Assetize

Presentation XML · Data controls

Range <range>

A from/to range filter.

Application Designer edits <range> through its "Range Properties" dialog, backed by the CTRL_RANGE object: 6 properties, each with the type, length and value list the product itself declares.

In the 204 stock presentations it appears 14 times on 4 screens, inside <displayrule> (13), <systemlib> (1); it is a leaf.

Where it goes

Sits inside: <displayrule>, <systemlib>. May contain: none (a leaf control).

Properties

PropertyValueWhat it doesSource
classnamestringCSS Class Name. ALN 64. Stock screens: 13 uses on 3 screens, values rowcolor_percentalloc_0_50 (2), rowcolor_percentalloc_51_80 (2), rowcolor_percentalloc_81_100 (2), scheduler_commit_inprg_0 (2), rowcolor_calcpriority_2 (1) … 9 distinct.MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_RANGE.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/*) · SCHEDACM#range1
lowerstringLower. ALN 254. Stock screens: 13 uses on 3 screens, values 1 (4), 51 (2), 81 (2), 0 (1), 3 (1) … 8 distinct.MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_RANGE.LOWER; 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/*) · SCHEDACM#range1
upperstringUpper. ALN 254. Stock screens: 13 uses on 3 screens, values 1 (2), 100 (2), 50 (2), 80 (2), 2 (1) … 9 distinct.MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_RANGE.UPPER; 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/*) · SCHEDACM#range1

Example

<!-- SCHEDACM · range1 -->
<range classname="scheduler_commit_inprg_0" id="range1" lower="1" upper="1"/>

Sources: MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_RANGE; MAS 9.2 Application Designer presentation (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/designer) · mxdproperties_range; 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · SCHEDACM#range1