Can I use WF to take the values from a custom record and change them on an employee record? I see the Goto Record action but what I want is to change some field values once there.
k
KevinJ of Kansas
04/21/2021, 11:39 AM
You'd have to use a workflow action script
r
rudler
04/21/2021, 2:11 PM
Is there a name for this WF action script? Set Field Value?
k
KevinJ of Kansas
04/21/2021, 3:07 PM
No, it's a custom script that utilizes workflow setup to initiate
n
Netsuite Tragic
04/22/2021, 8:48 AM
Is there any relationship between the records? Maybe you could put the value onto the Employee with a summary saved search field. Then use a WF to copy to a Stored field. Might be easier to do it as a simple afterSubmit script on that Custom Record as Kevin suggests.
t
Tristan Day
04/23/2021, 11:45 AM
if you put a join to the record that holds the values you can easily access them via workflow / setfieldaction "from" record | field
Tristan Day
04/23/2021, 11:45 AM
you can similarly use a workflow "state" field to do it dynamically