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
battk
09/21/2021, 2:40 AM
account configuration matters, but generally that means that there is nothing to fulfill on the sales order
battk
09/21/2021, 2:41 AM
general advice is to do whatever operation you are trying to do in the ui first
battk
09/21/2021, 2:41 AM
and match it exactly in script
battk
09/21/2021, 2:41 AM
in this case, with extra attention paid to the url of the fulfillment while you are creating it in the ui
battk
09/21/2021, 2:42 AM
url parameters used in the url are default values that could need to be set in your record.transform
b
barinvon
09/21/2021, 2:44 AM
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