I have a field in a transaction with a list of use...
# general
e
I have a field in a transaction with a list of users, lets call it
custbody_user_list
In a workflow, can I append the Current User to the
custbody_user_list
? My attempts have failed so far, because I only see the option to set
custbody_user_list
=
currentuser
and that replaces the whole list. Using a formula is not available, the radio button does nothin... I can't select "formula" to set the value.
k
What type of field is
custbody_user_list
?
e
Multi-select of Employees
k
You would need to use a script. Workflows will not support what you would like to do.
e
Yes, @kennkerp I ended up using a Workflow Action Script to retrieve the current selection, then append the new element and save.
👍 1