cancel
Showing results for 
Search instead for 
Did you mean: 

UI: Form.LoadFromXML with Checked Checkbox

0 Kudos

Hi All,

I want to load a form from XML, and by default have one of the checkboxes checked. How can I adapt the XML file to have this done?

Thanks!

Sebastiaan

Accepted Solutions (0)

Answers (1)

Answers (1)

edy_simon
Active Contributor
0 Kudos

Hi sebastian,

Xml file does not contain the default value.

The only way to do is,

1. If your checkbox is bound to a udo dbdatasource, you can set the default value of this udf to Y

2. Through addon after the form is loaded.

Regards,

Edy