|
|
|
BlueCielo Meridian Enterprise 2013 VBScript API Reference | BlueCielo ECM Solutions |
Occurs after a user selects a document command on the shortcut menu to act upon the selected document.
Syntax
DocGenericEvent_PrepareCommand(Batch, CmdID)
Name | Description |
---|---|
Batch |
An object that represents the current batch of documents. |
CmdID |
A string that identifies the internal name of the command. For the identifiers that may be used, see Meridian Enterprise command identifiers. |
Remarks
This event is intended to be used to set the Batch.ProcessAsBatch property to True before programmatically adding documents with the Batch.AddDocuments method to a batch in a custom command's Initialize event.
Related concepts
Copyright © 2000-2013 BlueCielo ECM Solutions |