The ClientData data structure is used to hold details of the current client. It can be read from any routine where pWorkdoc is available with the use of the fnGetClientDataForWorkdoc global function.
The structure consists of the following elements.
Structure element | Type | Description |
---|---|---|
CLIENTID | String | This is the client ID. |
PROFILEID | String | This is the profile ID assigned to client. |
EXPORTPROFILEID | String | This is the export profile ID assigned to client. |
FORCEVERIFY | Boolean | This is the flag denoting whether all fields require verification. |
CLIENTGROUP | String | This is the verifier access ID assigned to a client. |
CLIENTNAME | String | This is the client name. |
INSTRUCTIONS PROFILEID | String | This is the instructions profile ID assigned to client. |
REQUIRESREVIEW | Boolean | This is the requires review flag. |
INSTITUTIONPARTITION | String | This is the institution partition ID assigned to client. |
APPLICANTPARTITION | String | This is the applicant partition ID assigned to client. |
PRIORITY | String | This is the batch priority level for client. |