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!
NSC | Trigger the Button created by Script
Script triggers when a button is clicked, but on some scenarios, customers need it to be always be clicked and customer likes to set a workflow to say for example when the status changes to closed click the button. The only way to do what you are describing is to use the DOM and get the button element and click it. I'm not sure if a client side workflow action script will do it but I know it will work with a client script. In either case it will require a script to click the button without user interaction. DOM is the browser's Document Object Model, i.e. get the button element in