Expand my Community achievements bar.

Form Guide ES2 - Changing value of checkbox from drop down

Avatar

Former Community Member

Greetings all,

I have a Form Guide, data model = .fml

Here is my issue:

I have a drop down field: fatherDesignation.

There are two selections in the drop down: "Alleged" and "Adjudicated".

I have a check box on the same panel. It is called: "includeParty".

Requirement #1:

When the fatherDesignation = Alleged the includeParty is set to readOnly. - I have this working just fine.

Requirement #2:

Scenario for Req #2

1. User selects Adjudicated in the fatherDesignation drop down.

2. User selects includeParty checkbox.

3. User needs to make a correction the the fatherDesignation.

4. User selects "Alleged" in the fatherDesignation drop down.

What should occur at the end of Scenario:

1. includeParty checkbox becomes readOnly. - This occurs just fine.

2. includeParty checkbox should un-check or have its value changed to "false" from "true" - This is not happening.

So, oh great gurus. How do I get the checkbox to uncheck or change value in a Form Guide when a drop down value changes?

Thanks, in advance

Rick Kuhlmann

0 Replies