My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
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…