Table Description
nbsp;Intake Applicant Status
:
nbsp;This entity is to store the information about the applicant status changing history.

The Applicant status is maintained for each applicant

Example

Relationship Diagram
Click the diagram to manipulate and zoom. Traverse the diagram using Click-and-Drag motions.
Model Details
Location in Model: Logical View::MetaModel::Curam::Intake::IntakeModules::Application::Entity::IntakeApplicantStatus
Controlling File: Intake\model\Packages\IntakeModules\IntakeApplication\Entity\Entity.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (5)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
intakeApplicantStatusIDkeyno INTERNAL_ID SVR_INT64
intakeApplicantIDdetailsno INTERNAL_ID SVR_INT64
statusdetails  APPLICANT_STATUSApplicantStatusSVR_STRING<10>
dateTimedetails  CURAM_DATETIME SVR_DATETIME
userNamedetailsyesNote: A missing foreign key was created for this field in Curam 6.0 SP3. The Allow Nulls on this foreign key field was changed from 'Not Specified' to 'Yes' as this needs to be specifed on creation of the foreign key. However this should be 'No' but to prevent upgrade impact, the constraint could not be tightened from 'Not Specified' to 'No'.USER_NAME SVR_STRING<64>
Foreign Keys (2)
ChildParent
IntakeApplicantStatus.intakeApplicantIDIntakeApplicant.intakeApplicantID
IntakeApplicant.currentIntakeApplicantStatusIDIntakeApplicantStatus.intakeApplicantStatusID
Indices (1)
Index NameAttributes
intakeApplicantStatusFKIdxintakeApplicantID
Operations (3)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: intakeApplicantStatusID
Standard Operation 
modifymodify Standard Operation 
readread Standard Operation 
Related Pages (0)