Tuesday, January 8, 2019

Set the value of the Custom Workflow Field into a Record Field

Custom workflow field can be used to to store a return value from a custom Action script. This value can be set into a field within the record using Set Field Value action. Since the custom workflow field is not available from the drop-down list, it can be set from the formula field instead.

 

1. Create a custom workflow field. Note that it should be the of the same type as the return parameter of the workflow action script



2. Call the custom Action (Workflow Action Script). Make sure that the action script has a return value then store this value in the custom workflow field.
 


3. In the Set Field Value action, select the custom workflow field from Formula


4. The internal id of the custom workflow field should be shown as below



No comments:

Post a Comment