The ApplicantAddress structure contains data elements associated with a particular applicant, such as the applicant ID, the applicant name, address details, and additional information. The extent to which the data is populated depends on the extent to which the data is available in the applicant extract and mapped within the BRWSRA table. It is used in the interfaces to the UserExitApplicantAddressArray user exit.
The structure consists of the following elements.
Structure element | Type | Description |
---|---|---|
FNAME | String | This is the first name of the applicant. |
MNAME | String | This is the middle name of the applicant. |
LNAME | String | This is the last name of the applicant. |
ADDRESS | String | This is the applicant street address line 1. |
ADDRESS2 | String | This is the applicant street address line 2. |
ZIP | String | This is the applicant zip / postal code. |
ID | String | This is the unique applicant ID from the point of view of the data extract where each row must have a unique reference. This is not the unique applicant ID from the point of view of the SIS if a site ID is also used. |
SITEID | String | This is the applicant site ID. |
TELNo | String | This is the applicant telephone number. |
CITY | String | This is the applicant city. |
STATE | String | This is the applicant state. For US addresses, the state code is expected here. For example, CA=California, VA=Virginia, and so on. |
DOB | String | This is the applicant date of birth. |
SSN | String | This is the applicant social security number. |
APPLICANTIDENTIFIER | String | This is the unique applicant identifier code. For example, SSN. |
PARTITIONID | String | This is the applicant partition ID. |
EXTERNALID | String | This is the SIS system applicant ID if a site ID is being used. |
CUSTOM1 | String | This is the a custom value that allows the export of additional data with each applicant. |
CUSTOM2 | String | This is the a custom value that allows the export of additional data with each applicant. |
CUSTOM3 | String | This is the a custom value that allows the export of additional data with each applicant. |
CUSTOM4 | String | This is the a custom value that allows the export of additional data with each applicant. |
CUSTOM5 | String | This is the a custom value that allows the export of additional data with each applicant. |