Presentation XML · Data sources
Display Rule <displayrule>
A rule the framework evaluates to show or hide a control.
Application Designer edits <displayrule> through its "Display Rule Properties" dialog, backed by the CTRL_DISPLAYRULE object: 4 properties, each with the type, length and value list the product itself declares.
In the 204 stock presentations it appears 28 times on 10 screens, inside <tablebody> (26), <section> (1), <systemlib> (1); it contains <exact> (24), <range> (13), <kpirange> (2).
Where it goes
Sits inside: <tablebody>, <section>, <systemlib>. May contain: <exact>, <range>, <kpirange>.
Properties
| Property | Value | What it does | Source |
|---|---|---|---|
dataattribute | attribute | Attribute. UPPER 254. Stock screens: 27 uses on 9 screens, values validationerror (10), validationwarn (8), COMMITINPRG (2), kpivalue (2), calcpriority (1) … 9 distinct. | MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_DISPLAYRULE.DATAATTRIBUTE; MAS 9.2 Application Designer presentation (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/designer) · Designer · General tab; 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · WOTRACK#displayrule2 |
Example
<!-- WOTRACK · displayrule2 -->
<displayrule dataattribute="status" id="displayrule2">
Sources: MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_DISPLAYRULE; MAS 9.2 Application Designer presentation (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/designer) · mxdproperties_displayrule; 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · WOTRACK#displayrule2