Presentation XML · Data sources
Parameter Value <paramvalue>
One parameter passed to a control, dialog or report.
Application Designer edits <paramvalue> through its "Parameter Value Properties" dialog, backed by the CTRL_PARAMVALUE object: 4 properties, each with the type, length and value list the product itself declares.
In the 204 stock presentations it appears 308 times on 73 screens, inside <paramvalues> (308); it is a leaf.
Where it goes
Sits inside: <paramvalues>. May contain: none (a leaf control).
Properties
| Property | Value | What it does | Source |
|---|---|---|---|
dataattribute | attribute | Attribute. UPPER 254. Stock screens: 307 uses on 72 screens, values amcrew (61), wonum (24), objectname (12), condition (11), description (11) … 88 distinct. | MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_PARAMVALUE.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#plans_children_table_1_sec_param_1 |
datasrc | control-id | Data Source ID. ALN 128. Stock screens: 158 uses on 38 screens, values crewassign (48), MAINRECORD (38), byamcrew (5), enterbycrew (5), results1_showlist (5) … 44 distinct. | MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_PARAMVALUE.DATASRC; 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#plans_children_table_1_sec_param_1 |
position | int | Parameter Position. INTEGER 12. Stock screens: 307 uses on 72 screens, values 0 (288), 1 (15), 2 (4). | MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_PARAMVALUE.POSITION; 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#plans_children_table_1_sec_param_1 |
Example
<!-- WOTRACK · plans_children_table_1_sec_param_1 -->
<paramvalue dataattribute="wonum" datasrc="MAINRECORD" id="plans_children_table_1_sec_param_1" position="0"/>
Sources: MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_PARAMVALUE; MAS 9.2 Application Designer presentation (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/designer) · mxdproperties_paramvalue; 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · WOTRACK#plans_children_table_1_sec_param_1