Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
Is there a way by which if i deselect a value in a list box, all the values are selected
I have a list box 'Risk Bands' which has three values 'High Risk', 'Medium Risk' and 'Low Risk'
Now I my requirement is:
1.) when user comes to that page, all the three risks should be selected
2.) On clicking 'Clear Selections', 'High Risk' should be selected
3.) If user tries to deselect 'High Risk' all three risks should be selected
Now, I have been able to achieve 1 & 2 through some actions but unable to implement the third point
Please share your input on this
Thanks,
Manisha
Hi Manisha,
PFA file. Check if this helps and let us know.
Steps Used:
For Req 1: On Document Properties, Go to Triggers>> Document Event Triggers >>add actions 'OnAnySelect', select the Field Risks and value '*' (All values)
For Req 2: First select 'High' from the List Box and set it as 'Set Clear State'. So that any time you click on Clear, it would go back to 'High'.
For Req 3: Go to Document PRoperties>>Triggers>>Field Event Triggers>> Add Action on 'OnSelect' >> Choose Risk as field and Value '*' (All values)
Regards!!
Potential solution for your points 1. and 3. above:
Go into the Document properties and then:
1. "when user comes to that page, all the three risks should be selected"


2. "If user tries to deselect 'High Risk' all three risks should be selected"


(again, replace with your field name and values)
I imlemented 3rd one only.
Find attachment.
-- Jai