That's the one!
Thanks a lot yuri and Vadym
Include (Don't Replace) Options In a Multi Enum FIeld
Collapse
X
-
Hi Pablo,
Multi-enum fields are implemented as arrays.
Formula to add values to the multi-enum field while preserving previous ones:
Code:yourEnumField = array\push(yourEnumField, 'New Item');
Leave a comment:
-
Include (Don't Replace) Options In a Multi Enum FIeld
Hi!
We have the following situation:- Inside Contacts we have a multi-enum field called "Interests" with different options "TShirts", "Pants", "Shoes".
- Now, we are creating a workflow where we need to add (include) the interest "Shoes" to the contact, including past interests that the contact had. Example: Pants, Shoes.
- However, when the workflow executes, it overrides the whole field and only leaves the option Shoes.
Is it possible with a workflow, formula or BPM?
Thanks a lot!Tags: None
Leave a comment: