E9.2 checkbox not cooperating - Form Request

paul1204

Member
Hi

I am creating an Orchestration for the Address Book, P01012.

We want to simply check a CheckBox in the Form Request but does not want to cooperate

I've tried a few thing. See Screenshot

According to this, https://support.oracle.com/knowledge/JD Edwards EnterpriseOne/2915701_1.html
It has to be either "on" or "off"

I've even created a Groovy Script that returns the string "on" and pass that into the Form Request and that doesnt do it.

How can I check this CheckBox....

Everything else is working fine

1710338459065.png
1710338581982.png 1710338526931.png


Best,
Exit(0)
 
You can set the default value to off and remove the ${} from the input variable. When calling the orchestration if you pass a Y it will check the box. Anything else it will leave the box unchecked.

Hope this helps!


1710348891990.png
 
Back
Top