Limit enumeration values available for an operator
Hello,
I was wondering how is it possible to limit the visibility of the enumeration values in an enumeration E according to one condition specified in an input form (for example current operator group, or one named right the operator owns)
Example:
ENUM E: A,B,C,D
OPERATOR GROUP "OpA" --> Field myValue using ENUM E : dropdown list will show values A,B,C
OPERATOR GROUP "OpB" --> Field myValue using ENUM E : dropdown list will show values B,D
...
Could you tell me how is it possible to do that inside an input form ?
Thanks in advance,
Salvatore