Presentation XML · Data sources
System Property <systemprop>
Reads a system property into the screen.
Application Designer edits <systemprop> through its "System Property Properties" dialog, backed by the CTRL_SYSTEMPROP object: 5 properties, each with the type, length and value list the product itself declares.
In the 204 stock presentations it appears 6 times on 2 screens, inside <section> (5), <systemlib> (1); it is a leaf.
Where it goes
Sits inside: <section>, <systemlib>. May contain: none (a leaf control).
Properties
| Property | Value | What it does | Source |
|---|---|---|---|
dataattribute | attribute | Attribute. UPPER 254. Stock screens: 5 uses on 1 screen, values appserver (1), productname (1), serverdb (1), serveros (1), trialexpdays (1). | MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_SYSTEMPROP.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/*) · LIBRARY#helpabout_section_server |
label | string | Label. ALN 4000. Stock screens: 5 uses on 1 screen, values App Server (1), Server DB (1), Server OS (1), Trial Days Remaining (1), Version (1). | MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_SYSTEMPROP.LABEL; 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/*) · LIBRARY#helpabout_section_server |
Example
<!-- LIBRARY · helpabout_section_server -->
<systemprop dataattribute="appserver" id="helpabout_section_server" label="App Server"/>
Sources: MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_SYSTEMPROP; MAS 9.2 Application Designer presentation (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/designer) · mxdproperties_systemprop; 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · LIBRARY#helpabout_section_server