Hey! We are trying to transform a transfer order w...
# suitescript
j
Hey! We are trying to transform a transfer order with a SOAP call. We do it for sales orders since years back, but when trying to do it with transfer orders we get “unable to find a matching line in sublist”. We do use the same line. We have tried so many different things, setting things on IF that is normally inherited from TO, changed order of fields that we set etc. Anyone experienced this before?
s
you might want to post this in #C2K2RJNAC as well
a
I do not use SOAP, but I cannot for the life of me transform SO/TO with Celigo as of late using the same methods previously used. Interesting enough, zero issues with Item Receipts. Only Item Fulfillments. However -- I don't believe it's a NetSuite problem. Likely a myself problem, maybe a shade with Celigo.
s
I would recommend trying the same transform in the NS UI as a reference (specifically to see what it does/does not do in regards to lines in the transformed record)
j
Thank you guys. We have tried to do it in the UI but cant find any differences from IF from SO ..
a
I finally figured mine out. Setting an IF Status Internal ID of "C" would throw invalid sublist. Switched to Status (Name) of "Shipped", and no error. I have literally no idea why...