Macro interface members
The following interface members can be used to build macro-enabled templates for WorkZone for Word:
Macro interface member |
Description |
---|---|
String |
Displays the Create Case dialog box. Returns the key of a created case or null. |
String |
Displays the Search Case dialog box. Returns the key of a selected case or null. |
String |
Displays the Document Open dialog box. Returns the key of an open document or null. |
Bool |
|
Void |
Displays the Add Document References dialog box. You can manage the document references interactively. All changes made in the dialog are saved to the current document. |
Void |
Displays the Add Recipients dialog box. You can manage the document recipients interactively. All changes made in the dialog box are saved to the current document. |
Void |
Sets document meta data (for example, Title, Document Type, Document Group, Case Handler, Parties, Document References, and so on). |
Object |
Gets current document meta data (including document number, parties document references, and so on). |
Void |
Adds the corresponding contact of specified addressKey as a document party. |
Void |
Adds the document reference to the document, identified by |
Void |
Perform merge to content controls. |
String |
Saves the current document. Returns ID of the saved document. |
Void |
Attaches the document to a specific case, and show the Registration pane if it is not visible. |
String |
Turns current endpoint address for OData services. |
Bool |
|
|
The member notifies that the merging starts. Set the To use the member, VBA must subscribe to it by using this method: To unsubscribe, use this method: |
|
The member notifies that the merging ends and provides case and document IDs of the merged document. To use the member, VBA must subscribe to it by using this method: To unsubscribe, use this method: |
bool |
Use it as the alternative to |
|
Use it as the alternative to |
All possible key values for your documents are defined in the ColumnSetDefinitions file. You can edit them according to your needs. See Customize view and dialog boxes.