AfterReplaceReleased event

Occurs for a document after a document that replaced it has been released from a workflow.The released document must have been made by the Replace Document command.

Syntax

AfterReplaceReleased (Batch, ReplacingDoc)
Parameters
Name Description

Batch

An object that represents the batch of documents the user has selected.

ReplacingDoc

An object that represents the document that is being released.

Remarks

This event occurs after all other events for the document. It can be used to perform such actions as:

  • Sending email notification of the release of the replacement
  • Flagging the replaced document for archiving
  • Removing the replaced document from the Data Library repository
  • Setting a custom status property value on the replaced document
  • Moving the replaced document to another location