Hi,
I need to find packingslip id for an sales order with from and to date.
while select cust where cust.SalesId == "SO-100000" && cust.DeliveryDate >= fdate && cust
{ info(strfmt("%1",cust.PackingSlipId)); }
May i know how to add the date condition in whileselect statement?
thanks.