Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Online Custom Record Forms - Whose Permissions Apply?
tl;dr: We have an Online Custom Record Form with a client script that requires the 'N/record' module and runs on saveRecord. We get a permission error when the script executes, but we don't know who to grant the proper permission to.
Details:
We have an Online Custom Record Form which we use to update the warehouse locations of our inventory. Upon submission of the form, I have a client script (via the saveRecord entry point) which is supposed to take the given item number, load its record via the N/record module, and update its warehouse location with the one given in the form.