|
|
|
BlueCielo Meridian Enterprise 2012 VBScript API Reference | BlueCielo ECM Solutions |
Gets the workflow comment log for the current document object.
GetLog() As String
This method accepts no parameters.
A single string containing the entire Comment property value.
This method can be useful to append the workflow history of one document to another that is being replaced or superceded.
Sub DocProjectCopyEvent_AfterReleaseToMaster(Batch, MasterDoc, ProjectCopyChanged) MasterDoc.Log Document.GetLog() MasterDoc.ApplyPropertyValues End Sub
Copyright © 2000-2012 BlueCielo ECM Solutions |