My Stuff
Share Your SuiteWorld Experience & Earn a Special Badge!
Intelligent Payment Automation version 1.0.3 is now available in the SuiteApp Marketplace. The SuiteApp, powered by BILL, lets you automate payments, manage vendor details, and bank account information within NetSuite. Learn more
Comments
-
Hope, you have identfied the solution, but you can NOT call nlapiSetFieldValue('custbody_processing', 'F'); in finally scope, as it will always execute even if you call return. So call the above line as the last line in try block and in catch block