Assetize

Presentation XML · Data sources

Default Value <defaultvalue>

A default for a new record (defaulttype insert) or a default filter (defaulttype query).

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

In the 204 stock presentations it appears 70 times on 17 screens, inside <table> (41), <dialog> (18), <sectioncol> (5), <clientarea> (3); it is a leaf.

Where it goes

Sits inside: <table>, <dialog>, <sectioncol>, <clientarea>, <section>. May contain: none (a leaf control).

Properties

PropertyValueWhat it doesSource
dataattributeattributeAttribute. UPPER 254. Stock screens: 69 uses on 16 screens, values historyflag (12), urltype (10), visible (10), istask (6), observation (5) … 18 distinct.MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_DEFAULT.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/*) · ASSET#workorder_historyflag_default
defaulttypeinsert | queryDefault Type. LOWER 8, domain DEFAULTTYPE. Stock screens: 51 uses on 14 screens.MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_DEFAULT.DEFAULTTYPE; 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/*) · ASSET#workorder_historyflag_default
fromattributestringFrom Attribute. UPPER 254. Stock screens: 10 uses on 7 screens, values siteid (5), BUDGETRULENUM (2), ORGID (2), itemnum (1).MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_DEFAULT.FROMATTRIBUTE; 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#toolavail_defaultvalue
fromdatasrcstringFrom Data Source ID. ALN 128. Stock screens: 12 uses on 7 screens, values MAINRECORD (8), managerule (4).MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_DEFAULT.FROMDATASRC; 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#toolavail_defaultvalue
valuestringValue. ALN 254. Stock screens: 57 uses on 10 screens, values N (21), 1 (15), !FILE! (5), !WWW! (4), ~NULL~ (2) … 15 distinct.MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_DEFAULT.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/*) · ASSET#workorder_historyflag_default

Example

<!-- ASSET · workorder_historyflag_default -->
<defaultvalue dataattribute="workorder.historyflag" datasrc="workorders_history_datasrc" defaulttype="query" id="workorder_historyflag_default" value="N"/>

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