Hello,
I am new to SAS and am working on customizing some of the web UI through the xml and customMessages.properties file. I am trying to add a new field that has one checkbox next to it. The field is appearing in the UI, but there is no checkbox next to it. Is there some piece that I am missing? Below is the code from the xml file. Thanks!
<field name="x_mod_ops_benchmark" type="checkbox" required="false" visible="true" readonly="false" >
<label>
<message key="customObject1.field.x_mod_ops_benchmark.displayName.txt" />
</label>
</field>