Formula to add items to multienum
Collapse
X
-
It appears that I need to use the list function. That isn't shown in the 'Function' menu in the gui. -
Formula to add items to multienum
I can't figure out how to set the values in a multi-enum using a formula. Nothing I've tried works. The entity saves without any errors, but the multi-enum doesn't have anything selected.
Code:ifThen( entity\isNew(), ifThen( type == 'Z', timesheettasks = 'CAD' ) );
Code:timesheettasks = ['CAD']
Code:['CAD','Photos']
Tags: None
Leave a comment: