Line Sequence Key – Item Fulfillment – UE Script
I am attempting to find/use the value of ‘linesequencekey’ to submit values to each line on an item fulfillment via a UE script. Although a value is retrieved for ‘linesequencekey’ per line, the values are not being submitted/saved per line. However, if I update my script to use the ‘lineid’ I am able to submit values to each line.
Is ‘linesequencekey’ not able to be used as a reference when submitting fields on an item fulfillment?
Thank you in advance!
Shouldn’t you just use line
instead.
Yes line does work. We have been using linesequencekey on all other scripts for other records, so we were trying to remain consistent. I have done further research and linesequencekey is not available to be used on item fulfillment records, so we will use line instead.
Thanks!