Customizing the Replace By Revision Function

This section describes how to implement the Replace By Revision Check Business Logic on Documents and engineering document.

To fulfill the rules of coherency, revisions of documents must have the same authorization. The objects to which the documents will be attached must also be of similar type, have similar attributes and exist in the same state in their respective lifecycles. You can enforce these rules using a Business Logic named PLMReplaceByRevisionCheck.

This page discusses:

Business Logic

PLM Opening ID PLMReplaceByVersionCheck
Customization Intent Validation

Context Object Parameters

The table describes the Context Object Parameters used for customizing the Replace By Revision function:

Parameter Names Description
Message Used to identify the reason of operation invalidity
Severity Used to identify the severity of the error
RelationType Used to retrieve document values
Target Used to identify the target object

For more information about customization, see Project Resource Management : Reference Information : PLM Business Logic Implementations : Replace by Version Check (PLMReplaceByVersionCheck).