Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I am interested in locking a field value with the help of a variable. For eg if I want a selected filter has two values 'yes' and 'no ' and I want to give users only single option (NO) to select the other value I want to lock/disable
How can we achieve this?
I want to the user can only select 'No' for flag field and other option ie' YEs' should be disabled for selection. How can this be achieved
?
Hi,
You can check "Always one selected value" in properties
No, but this is allowing me to select the other option as well but I want user can only select 'NO' other option'Yes' should be disabled/locked for the user . The user should not able to select Yes
Ok, you can:
add "hide excluded"
or create a new flag with only No option for user and you, you can use the old one.
or add a section acces with a restriction on this flag (no for all user and Yes/No for you)
Selecting 'hide excluded' option is working fine but I am not able to see the' YES' option. I want the Yes option should be there but user cannot select it
or you can "Lock" your selection on No. But I think user can unlock
This user can unlock that is the reason I want to create a variable in which i can call lock trigger and the with the help of variable I can manage selection of field in the list box
Is that possible?
You can try with Field event triggers (in Settings>Documents Properties>Triggers)
Can you please tell me what am I required to do?
in Settings>Documents Properties>Triggers)
I have selected 'onAnySelect' option -> then I selected selection in field-->'flag' -->search string -> 'No'
What are the next steps am i required to do?
I have create a "Filed Event Triggers" on Flag field to Lock when user unlock