Anyone having issues with receiving transfer order...
# performance
d
Anyone having issues with receiving transfer orders? Specifically using Transform records in SuiteScript and/or clicking the Receive link on the following page? When doing this, it says "Record Does Not Exist"
i
not having issues, but how do you normally handle these through SuiteScript when you have multiple TO Item Fulfillments to receive against? I am able to receive without a problem when only one item receipt but when there are multiple haven't been able to make it work
d
This is an older script written in SS1.0
Copy code
var receiptID = nlapiTransformRecord('transferorder', toID, 'itemreceipt', { itemfulfillment: ifID });
Normally that works with no issue. NetSuite has filed a defect the UI and SuiteScript portion (when transforming a item receipt form a TO/IF
i
Thanks this helps a lot i didn't know the itemfulfillment variable was needed, I normally do the same call but without that portion. however, that's going to be tricky on the warehouse side since we reference at the TO level not the itemfulillment level so when receiving their could be multiple IF's intertwined.
d
Ya, for certain customers, we include the IF# on the packing slip. That allows them to scan the fulfillment, then I do a lookup for the created by (toID). Works well....well it used to haha.
They must have changed something while prepping for the next release, considering UI transforms of TO/IF no longer work.
i
thanks for the heads up, luckily we don't have many with multiple IF but for large orders it could happen, we would usually do those through the UI as a workaround. do you have the defect number just in case it comes up for us in the meantime.
d
Defect # 839392