cancel
Showing results for 
Search instead for 
Did you mean: 

Checkbox Selection

ginodw2014
Explorer
0 Kudos

Hi Experts,

I need assistance, I have created as custom checkbox field and as custom dropdown of type enumeration. The dropdown should be hidden when checkbox is not selected and when the checkbox is selected the dropdown should be visible.

I need guidance on how to do this in custom script.

Thanks

Gino

Accepted Solutions (1)

Accepted Solutions (1)

former_member207877
Active Participant
0 Kudos

Hello Gianno,

Dynamic visibility of a field cannot be controlled through scripting.

Even through page customization dynamic visibility is not possible, because document has to be re loaded for the changes to show up.

Instead you can lock and unlock the field through IapiDocumentLockManager.(Even this is not dynamic). Document has to be saved for the changes to reflect.

Regards,

Raj

ginodw2014
Explorer
0 Kudos

Hi  Rajshekhar,

Thanks for your response.

If I can post this question as well, will it also not allow me if I create more checkbox fields ( say 4 checkboxes ) then whatever checkbox is selected the dropdown is populated with the relevant selection information.

Many Thanks

Gino

Answers (0)