RE: How to get quantity fulfilled using scheduled script?
How do I get the number of items fulfilled/received on a sales order on a scheduled script? “quantityfulfilled” and “quantityshiprecv” are not available on the selected line item sublist record. I just need to determine if a sales order item has been fulfilled or not.
Thank you!
Hi,
It’s strange that “quantityfulfilled” isn’t working… It certainly works in User Event scripts.
Have you tried loading the record dynamically?
The only other alternative thing I can this of is to do a saved search to get the required data. Might this work?
Thanks,
Chris