Presentation XML · Data controls
Exact <exact>
An exact-match filter field.
Application Designer edits <exact> through its "Exact Properties" dialog, backed by the CTRL_EXACT object: 5 properties, each with the type, length and value list the product itself declares.
In the 204 stock presentations it appears 25 times on 5 screens, inside <displayrule> (24), <systemlib> (1); it is a leaf.
Where it goes
Sits inside: <displayrule>, <systemlib>. May contain: none (a leaf control).
Properties
| Property | Value | What it does | Source |
|---|---|---|---|
classname | string | CSS Class Name. ALN 64. Stock screens: 24 uses on 4 screens, values rowcolor_sdm_red (9), rowcolor_sdm_yellow (9), rowcolor_calcpriority_8 (2), rowcolor_escalationpoint_1 (2), rowcolor_percentalloc_51_80 (2). | MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_EXACT.CLASSNAME; 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#exactrule02 |
value | string | Value. ALN 254. Stock screens: 24 uses on 4 screens, values Y (19), N (3), WAPPR (2). | MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_EXACT.VALUE; 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#exactrule02 |
Example
<!-- WOTRACK · exactrule02 -->
<exact classname="rowcolor_percentalloc_51_80" id="exactrule02" value="WAPPR"/>
Sources: MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_EXACT; MAS 9.2 Application Designer presentation (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/designer) · mxdproperties_exact; 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · WOTRACK#exactrule02