Assetize

Presentation XML · Display

Attachments <attachments>

The attached-documents control.

Application Designer edits <attachments> through its "Attachments Properties" dialog, backed by the CTRL_ATTACHMENTS object: 4 properties, each with the type, length and value list the product itself declares. The stock screens write 3 further attributes the property sheet does not show.

In the 204 stock presentations it appears 85 times on 68 screens, inside <section> (76), <sectioncol> (8), <systemlib> (1); it is a leaf.

Where it goes

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

Properties

PropertyValueWhat it doesSource
labelstringLabel. ALN 4000. Stock screens: 6 uses on 4 screens, values Attachments (6).MAS 9.2 data dictionary — CTRL_* control objects (lab://maximo/9.2/db/object/ctrl_*) · CTRL_ATTACHMENTS.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/*) · WOTRACK#task_doclinks
datasrccontrol-idNot on Application Designer's attachments property sheet: written in XML only. Stock screens: 7 uses on 4 screens, values task_doclinks (4), actualstask_doclinks (1), doclinks (1), plantask_doclinks (1).204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · WOTRACK#task_doclinks
eventmxeventNot on Application Designer's attachments property sheet: written in XML only. Stock screens: 11 uses on 7 screens, values drviewattachments (11).204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · WOTRACK#task_doclinks
menutypestringNot on Application Designer's attachments property sheet: written in XML only. Stock screens: 11 uses on 7 screens, values drattachments (11).204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · WOTRACK#task_doclinks

Example

<!-- WOTRACK · task_doclinks -->
<attachments datasrc="task_doclinks" event="drviewattachments" id="task_doclinks" label="Attachments" menutype="drattachments"/>

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