Presentation XML · Actions
Action <action>
An action the presentation exposes to the framework, keyed by a signature option.
Application Designer edits <action> through its "Action Properties" dialog, backed by the CTRL_ACTION object: 2 properties, each with the type, length and value list the product itself declares. The stock screens write 2 further attributes the property sheet does not show.
In the 204 stock presentations it appears 60 times on 12 screens, inside <presentation> (56), <systemlib> (4); it is a leaf.
Where it goes
Sits inside: <presentation>, <systemlib>. May contain: none (a leaf control).
Properties
| Property | Value | What it does | Source |
|---|---|---|---|
method | string | Method. ALN 128. Stock screens: 59 uses on 11 screens, values createChange (10), createProblem (10), createRelease (10), createServiceRequest (10), createWorkorder (10) … 10 distinct. | MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_ACTION.METHOD; 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#CREATEWO |
datasrc | control-id | Not on Application Designer's action property sheet: written in XML only. Stock screens: 6 uses on 1 screen, values MAINRECORD (6). | 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · ACTIVITY#CREATESREQ |
savemode | string | Not on Application Designer's action property sheet: written in XML only. Stock screens: 57 uses on 11 screens, values ONLOAD (39), ONUNLOAD (18). | 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · WOTRACK#CREATEWO |
Example
<!-- WOTRACK · CREATEWO -->
<action id="CREATEWO" method="createWorkorder" savemode="ONLOAD"/>
Sources: MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_ACTION; MAS 9.2 Application Designer presentation (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/designer) · mxdproperties_action; 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · WOTRACK#CREATEWO