|
|
|
BlueCielo Meridian Enterprise 2013 VBScript API Reference | BlueCielo ECM Solutions
|
About the briefcase events
All of the briefcase event procedures have Briefcase as one of the arguments. The Briefcase argument is an object representing the current briefcase. This object has two properties:
- Path: The full path to the briefcase file. This property is read-only in all event procedures except BrcEvent_BeforeCreate.
- TemplateName: The name of the briefcase template from which the briefcase was created. For more information on briefcase templates, see the BlueCielo Meridian Enterprise Configuration Guide.
The events that occur for the briefcase commands (in alphabetical order) are shown in the following lists in the sequence that they occur.
Add to Briefcase event sequence
- BrcEvent_BeforeOpen
- BrcEvent_AfterOpen
- DocGenericEvent_PrepareCommand
- BrcEvent_BeforeInclude1
- BrcEvent_BeforeWriteProperty2
- BrcEvent_BeforeWriteFileProperty3
- BrcEvent_AfterInclude1
- BrcEvent_AfterCreateTransmittal4
- BrcEvent_MatchDocument1
- Transmittal_BeforeSelectRecipients4
- Transmittal_AfterSelectRecipients4
- BrcEvent_BeforeSend4
- BrcEvent_AfterSend4
- BrcEvent_BeforeClose
- Transmittal_BeforeUpdateTransmittalDB4
- Transmittal_AfterUpdateTransmittalDB4
- Once for each document in the briefcase.
- Once for each mapped property in the briefcase.
- Once for each mapped property in submittal briefcases. Meridian Transmittal Management Module only.
- Meridian Transmittal Management Module only.
Create briefcase event sequence
- BrcEvent_BeforeCreate
- BrcEvent_BeforeOpen
- BrcEvent_AfterOpen
- BrcEvent_BeforeClose
Import from Briefcase event sequence
- BrcEvent_BeforeOpen
- BrcEvent_AfterOpen
- BrcEvent_MatchDocument1
- BrcEvent_BeforeImport1
- BrcEvent_AfterImport1
- BrcEvent_BeforeClose
- Once for each document in the briefcase.
Unlock from Briefcase event sequence
Each of the briefcase event procedures is described in the following topics.