on 2021 Aug 28 6:29 AM
Hi All,
What is the rule I can use for below scenario to set visible:
(Source =A) and (Priority =A, B) then Type field should be visible.
Request clarification before answering.
Hello Riyu,
Based on conditions (Source =A) and (Priority =A, B) then Type field should be visible.
The below rule shall attend your needs:
IF(AND(Source=="A",OR(Priority=="A",Priority=="B")),True,False)
Could not see fields Source and Priority on test system to create the rule will full details, however if you replace the above with bindings from rule editor, it shall work.
Please let me know if you need further help 😉
BR,
Vandré
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Condiering Source and Prioirty are your extension fields , please find for thoese fields and based on the same an example could be
AND(Root.DeliveryPriorityCode==2, Root.Source==1)
Define Rule condiion on on Type field for visibile propoerty where 2 and 1 are the correspdoing code list values of Source and Priority fields.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.