BlueCielo Meridian Enterprise 2018 VBScript API Reference

DocProjectCopyEvent_ProjectCopyExist event

Occurs when an attempt is made to create a project copy and another project copy already exists. The new project copy is not made and an error message is shown to the user.

Syntax

DocProjectCopyEvent_ProjectCopyExist(Batch, ProjectCopy)

Parameters

Name

Description

Batch

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

ProjectCopy

An object that represents the existing project copy document.

Remarks

The Document object is the source document during this event. Only changes made during this event are saved. Changes made in prior events are discarded.