Customization improvements

The following improvements have been made to the customization of Meridian Enterprise:

    A Sort Priority option has been added to custom commands in .NET extensions to specify the order of custom commands in the shortcut menu of a document.
  • In the BrcEvent_BeforeCreate event, if the current object is a folder, the Folder object refers to that folder. If the current object is a document, the Folder object refers to the parent folder of the current document.
  • A new constant AS_CONFIRM_NO_SELECTPROJECTWIZARD has been added to VBScript to make it possible to create new documents in non-project folders.
  • It is now possible to retrieve additional properties of a user using VBscript.
  • Type mismatch errors occurred using the Transmittal_BeforeSelectRecipients and Transmittal_AfterSelectRecipients events when reading the SelectedRecipients parameter.
  • When working with the VBScript editor it is now possible to save and load code to and from a file. When saving code to a file, the file name is automatically generated which includes the current date. Loading code from a file will completely replace the existing code in the editor.
  • A VBScript method Document.GetLog() has been added. This method can be used to copy the project copy comment log to the master document log when releasing the copy as a new version to the master document.
  • Using VBScript it is now possible to automatically select a document type for a newly created document when only one document type is available. This can be done using the constant AS_CONFIRM_SINGLEDOCTYPE.
  • The order of the events that occur for the Change Document Type command have been adjusted:
  1. BeforeChangeDocumentType
  2. AfterChangeDocumentType
  3. BeforeNewDocument
  4. If a wizard has been enabled for the action it will appear at this point.
  5. AfterNewDocument

For additional information, see the BlueCielo Meridian Enterprise Developer's Guide and the BlueCielo Meridian Enterprise VBScript API Reference Guide.