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!
Workflow not populating fields
I have a work flow which is set to run 'After Submit' The work flow basically sets a field value and then sends an email.
My First State is
Name : Set Field Value
Parameters : Client Name Display={custrecord_wpa_client_firstname} || ' ' ||{custrecord_wpa_client_surname}
Trigger On : Entry
It then Transitions to the second state
Name : Workflow Action Script which generates and sends an email.
The problems I have is that the Set Field Value is not populating the field. The workflow log (See Below) says it has executed but the field is still empty. Can anyone advise?