I'm transforming a Sales Order into item fulfillme...
# suitescript
b
I'm transforming a Sales Order into item fulfillment, the SO has different ship to locaitons on the line. I tried to do an item fulfillment for each location but on the second transform I get
VALID_LINE_ITEM_REQD
b
account configuration matters, but generally that means that there is nothing to fulfill on the sales order
general advice is to do whatever operation you are trying to do in the ui first
and match it exactly in script
in this case, with extra attention paid to the url of the fulfillment while you are creating it in the ui
url parameters used in the url are default values that could need to be set in your record.transform
b
gotcha, I had a suspicion that not all the defalt values you could use were documented. I have done the operation in the UI and each time I click the fulfill button the IF is loaded ready to save. Thanks for the help