ClientData structure

The ClientData data structure holds element details for the current organization.

It is passed explicitly as an interface parameter in the TextFieldFormatting user exit, but is generally available through ProjectContext.Settings.ClientData. An instance of ProjectData is provided when you initialize the user exit assembly.

The elements that are part of this structure are as follows.

Structure Element

Type

Description

CLIENTID

String

The organization ID.

PROFILEID

String

The capture profile ID assigned to organization.

EXPORTPROFILEID

String

The export profile ID assigned to organization.

FORCEVERIFY

Boolean

If set to TRUE, all documents assigned to this organization are sent to Validation for manual review.

CLIENTGROUP

String

The group to which the organization is assigned.

CLIENTNAME

String

The organization name.

INSTRUCTIONS PROFILEID

String

The instructions profile ID assigned to organization.

VENDORPARTITION

String

The vendor partition ID assigned to organization.

EMPLOYEEPARTITION

String

The employee partition ID assigned to organization.

POPARTITION

String

The PO partition ID assigned to the organization.

TAXPARTITION

String

The tax partition ID assigned to the organization.