Show TOC

 Checking the Attributes of the Document Key Locate this document in the navigation structure

Definition

Interface for an enhancement you can use to check enterprise-specific requirements you made in attributes.

The following attributes can be checked:

  • Document number

  • Document version

  • Document part

You can also determine the last and next version number.

Use

You can use one or more methods for implementing the interface. You program the enterprise-specific requirements for the method of the Business Add-In.

Structure

The interface of the Business Add-In includes the following method:

Method

Call

Example of a special check

DOCNUMBER_CHECK

Directly before the standard check in DMS

Enterprise-specific check for document number

DOCVERSION_CHECK

Directly before the standard check in DMS

Enterprise-specific check for document version

DOCPART_CHECK

Directly before the standard check in DMS

Enterprise-specific check for document part

DOCVERSION_GET_NEXT

When creating a new version for determining the template (source) document.

Enterprise-specific report of the last version

DOCVERSION_GET_LAST

When creating a new version for determining the next template (source) document.

Enterprise-specific report of the next version

Integration

You implement the enhancement by using Business Add-In DOCUMENT_NUMBER01.