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.
How to 'Set Field Value' on Parent Record
Goal:
As soon as a 'Record Status Change Event' (custom record type) is created, the workflow needs to check the 'Record Status Change Event'->'Status Change Type' and update 'Record'->'Status' accordingly. 'Record Status Change Event' is a child-record of 'Record'.
Workflow parameters:
Record Type: 'Record Status Change Event'
Trigger: On Create, After Record Submit
Observations/Thoughts:
If I make a 'Set Field Value' action, I can only select fields from the 'Record Status Change Event' and not from the 'Record' parent record. I figure it's because parent 'Record' has not been loaded (and was not joined during the 'Record Status Change Event' load). So I thought I might need to use a 'Go to record' action, but I couldn't seem to make it work. Is a 'Go to record' action only for directing a user in the UI? Or should I be using it to load the related parent 'Record'?