BlueCielo Meridian Enterprise 2018 VBScript API Reference

About the document working copy events

The document working copy events occur only if the Work Isolation Mode of the vault is enabled, and occur instead of the document type workflow events.

The events that occur for the document working copy commands (in alphabetical order) are shown in the following lists in the sequence that they occur.

Create Working Copy event sequence

  • DocGenericEvent_PrepareCommand
  • DocWorkingCopyEvent_BeforeCreateWC
  • DocWorkingCopyEvent_AfterCreateWC
  • DocWorkingCopyEvent_TerminateCreateWC
  • DocGenericEvent_*OpenInApplication events1

Revoke Working Copy event sequence

  • DocGenericEvent_PrepareCommand
  • DocWorkingCopyEvent_InitializeRevokeWC
  • DocWorkingCopyEvent_BeforeRevokeWC
  • DocWorkingCopyEvent_AfterRevokeWC
  • DocWorkingCopyEvent_TerminateRevokeWC

Submit Working Copy event sequence

  • DocGenericEvent_PrepareCommand
  • DocWorkingCopyEvent_InitializeSubmitWC
  • DocWorkingCopyEvent_BeforeSubmitWC
  • DocWorkingCopyEvent_AfterSubmitWC
  • DocWorkingCopyEvent_TerminateSubmitWC

Notes

  1. In Meridian Power only if the BlueCielo Upload/Download Control option Open in application is enabled

Each of the document working copy event procedures is described in the following topics.