BlueCielo Meridian Enterprise 2012 Developer's Guide | BlueCielo ECM Solutions

BeforeRevokeWF event

This event occurs when the user selects to revoke the document workflow. The document will be restored to the last released version.

Syntax
Private Sub AMUIExtension_BeforeRevokeWF(
          ByVal CurrentObject As Object,
          Abort As Boolean)
Parameters
Name Description

CurrentObject

The document object (AMDocument object).

Abort

Setting this argument to True will abort the operation. The AfterRevokeWF event will not occur.

Remarks

The equivalent VBScript event is  the RevokeWF script event. See the BlueCielo Meridian Enterprise VBScript API Reference for more information.

Copyright © 2000-2012 BlueCielo ECM Solutions