Record Producer Multiple Checkbox label mandatory

Sam Ogden
Tera Guru

Hi All,

I have the following label and checkboxes on a record producer:

find_real_file.png

These appear based on the answer of another variable.   I need the label to be mandatory when these variables appear, but if any of the checkboxes are ticked for it to no longer be mandatory.   This needs to work so if any or all or anything inbetween are ticked.

I've been trying to achieve this through UI Policy but have been struggling, is this possible using this or do I need to write a catalog client script?

Any help on this is greatly appreciated.

Thanks

Sam

1 ACCEPTED SOLUTION

Hi,



the idea is correct the place to use   wrong, use it on a catalog ui policy as already mentioned.



better approach using conditions to work if the   current   value is not default value. Eg. false is default for cert field, i would use condition as cert is not false.


View solution in original post

14 REPLIES 14

use it in the same ui policy


Hi Sam,



You do not need to create another UI policy for this.


You can make doc affected 'Mandatory' in your 1st UI policy.




Raj


Hi Raj,


I've eventually got my head into gear and got the condition correct.   Was being pretty stupid before.   Set my condition to:



find_real_file.png


Hi,



the idea is correct the place to use   wrong, use it on a catalog ui policy as already mentioned.



better approach using conditions to work if the   current   value is not default value. Eg. false is default for cert field, i would use condition as cert is not false.


Thanks for this, got me to think correctly.


I was being fairly stupid around the logic before.



Thanks