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!
form.addButton() adds a button that is only seen by employees signed in as a specific role? How to
I am reviewing a script that adds a button to our customer records. The button is only seen by employees signed in as a specific role. The script is pretty basic (form.addButton() in onBeforeLoad() function) and I didn't see anything in permissions for the role that stood out from the other roles. Where else should I look to determine which roles are able to see this button that is being added by the form.addButton() function, and ensure other roles can see this button while on a customer record? Thank you.