Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
beforeSubmit Not working after 2009.2
The following script worked prior to Friday's upgrade to 2009.2.
The script is setting a custom field on the Item Fulfillment record. This script DOES work when fulfilling a single sales order.
The script fails when doing batch fulfilling. The field is never populated. I thought maybe there was a new "type" field for batch stuff but I have not found it. Maybe I need to use xedit but have not put it in the debugger yet. I plan to do so later today.
My other thought is the drop ship po aspect as changed.
Any ideas:?
function beforeSubmitSetIntegrationStatus(type)
{ vversion='1.00'
0