Hi,
I am trying to disable the picking list button based on below condition but it is not working. i have placed this code in SalesTable form \ salesline active and salestable active method
if (salesLine.ShippingDateConfirmed == datenull())
{
buttonUpdatePickingList.enable(false);
}
Kindly help me.
*This post is locked for comments