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!
Creating Custom Record from script
Hi All,
I am attempting to use data from an existing custom record to create a new custom record via a button press.
I have created a Workflow Action Script and have set the code to create the new record and use data from the previous record and it works fine in debugger, but when I press the button on the record the workflow is skipping the action and saying in the workflow log 'Doesn't have matching audience'
Never seen this before can anyone advise why that workflow is skipping?
I have copied in my code below although I am not convinced the problem is in the code.