Configuring the onboard application objects
This section explains how you can configure the onboard application objects. To do that, go to Set up > Administration > More > Configuration Objects.
-
In the Configuration Objects view, look for the object AppOnboardingConfiguration and open it.
-
The edit page will open and here you will see the information you can edit. Here you are able to change the appearance and behavior of the grids and forms by making changes to the .xml configuration data.
Grid configuration
In the grid section of the .xml, specify which properties to load in the process by adding the property system name in the grid list. If certain properties should be loaded but not visible, then you can hide them by specifying hidden = true.
You can control the width of the columns by specifying a width attribute with the desired width in pixels. The default width is 200.
<activity id="6bb5fcb4-88ce-47d5-bdb1-29f70a92c6da">
<grid>
<fields>
<field name="ROLEID" hidden="true" />
<field name="NAME" /> width= “175” />
<field name="DESCRIPTION" width= “130” />
<field name="SYSTEMREF" width= “100” />
<field name="ADDREQUESTINFOATTRS" hidden="true"/>
<field name="CHILDROLES" hidden="true"/>
<field name="ROLEFOLDER" width= “100” />
<field name="ROLETYPEREF" width= “130” />
<field name="ROLECATEGORY" hidden="true" />
<field name="PREVENTSELFSVC" hidden="true"/>
<field name="MANUALOWNER" width= “100” />
</fields>
</grid>
Form configuration
The form section controls which fields are displayed in the Add and Edit forms. Add all required fields by adding the property system name in the form list. You have the following true/false options:
RequiresValueReadOnlyHiddenAllowMassEdit
Each activity has its own form and can be customized for each.
<form helpUrl="http://omada.net">
<fields>
<field name="ROLEID" requiresValue="true"/>