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!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
Pass parameters into Workflow Action Script?
Hi all,
I'm creating a workflow that will fire on a transaction import, then run a saved search for the newly-created transactions. The search results will include information about the transactions as well as the customers for those transactions. Finally, I want to run a mass update to populate some fields on the customer record with transaction data from the saved search results.
Right now I'm working on the middle step - running the saved search. I'm creating a custom Workflow Action, and I'd like to be able to pass the saved search internal ID into the Workflow Action Script. So if, in the future, we decide to create a different saved search, I can just change a parameter (maybe on the script record?) rather than having to hardcode the ID into the script. Is this possible?