Command List
Command List
The commands supported for 2.0 format views are listed below.
Command type | Description | Properties other than standard |
---|---|---|
showPanel | Displays or hides the specified panel. If the panel is to be displayed, refreshes its data content. |
|
clearPanel | Clears the data content displayed in the panel. Form panels will display the default empty record (with optional default values as defined in the AXVW). Grid and tree panels will display no records at all. | |
exportPanel | Exports grid panel data into DOC, PDF, Excel, or DATA format. The export is done on the server by re-querying the database using the current Smart Search parameters chosen by the user in the grid. The export results can be displayed in the new window (default) or saved to a file. |
|
openDialog | Opens a dialog window and loads the specified view into it. If the command carries a restriction, the loaded view will apply the restriction to its first panel. |
|
openDialog | Opens a dialog window and shows a hidden panel defined in the current view file in the dialog. |
|
closeDialog | Closes the currently opened dialog window. | |
loadView | Loads the specified view into a view panel. |
viewName
: the name of the AXVW view file to be loaded;
|
showRegion | Expands, collapses, or toggles visibility of specified layout region. |
|
showHelp | Opens a dialog showing a specific help topic. |
Example of the user help reference: file="/help/user/Subsystems/webc/Content/fim/managing_wc/bpr_over.htm" Example of the System Management help reference: file="/help/system/Content/licensing/levels.htm" To reference a User help topic, copy the part of the URL beginning with "Subsystems" and prepend "/help/user/". To reference a System Administration help topic, copy the part of the URL after "#" and prepend "/help/system/Content".
|
selectTabPage | Selects the specified tab page. If the tab panel tabRefreshPolicy property is set to refreshOnSelect, the selected page content will be refreshed by applying the command restriction. |
|
createTabPage |
Creates a new tab page and loads the specified view into it. Applies the command restriction to the view content. If one of the existing tab pages has the view and the same restriction as a command, this tab page is selected and refreshed instead. |
|
closeTabPage |
Closes specified dynamic tab page, previously opened using
|
|
saveForm | Saves the database record that is displayed, and possibly edited, in the specified form panel. |
|
clearForm |
Clears the form and displays default field values. Default field values are defined in the Archibus schema and can be overwritten using a
field/@value
attribute in AXVW.
|
formId
: the
id
property of the form panel; defaults to the form panel in which the command is defined;
|
deleteRecord | Deletes the database record that is displayed in the specified form panel. |
formId
: the
id
property of the form panel; defaults to the form panel in which the command is defined;
|
deleteSelectedRows | Deletes the database records selected in the grid with multiple-selection enabled. If the user has not selected any records, no records are deleted. | |
workflowRule |
Calls the specified workflow rule. The WFR input parameters vary depending on the parent panel type and the command location:
The WFR result properties are added to the command context:
|
ruleId
: a WFR ID in the
activityId-workflowRuleId
format;
|
callFunction | Calls the specified JavaScript function. |
functionName
: JavaScript function name;
|
selectValue | Opens a Select Value dialog and allows the user to select values for one or more form fields. |
|
Document field commandsThese commands work with document fields on edit forms. The form must contain:
|
Common document properties
|
|
checkInNewDocument | Opens a Check In New Document dialog | |
checkInNewDocumentVersion | Opens a Check In New Document Version dialog | |
checkOutDocument | Opens a Check Out Document dialog | |
lockDocument | Opens a Lock Document dialog | |
deleteDocument | Opens a Delete Document dialog | |
showDocument | If the document is an image, and the displayFieldName property is specified, displays the last version of the document in the specified image control. Otherwise retrieves the last version of the document from the database and displays standard Open or Save As browser dialog. |
displayFieldName
: the name or id of the image control field; used only if the document is an image;
|