My Stuff
Nominate Your Peers for NetSuite Support Community's Choice of the Quarter! Submit your nomination today.
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
-
Hi Erick - It is my thinking that these operations need to be coded conditionally whether there is more than one type of currency. Our instance only uses one. When I try to set the priceLevelLine - it fails silently unless I specify it thusly: When I use itemRecord.setSublistValue I get Unexpected Errors:…
-
What I got working was this: Unfortunately, if a new Price Level is created above this one, the wrong price will be applied, and the script would need to be updated.
-
Hello Erick - I have deployed a script similar to as you suggested, but I am unable to test with it, since I am using the Price Level Matrix object. I referred to the SuiteScript 2.x API Reference, and am unable to get around errors like: "My use case isTypeError: Cannot find function getCurrentMatrixSublistValue in object…