Table Description
Intake Application Citizen Workspace Account Link: A link between an Intake Application and a Citizen Workspace account. Users submit applications via Citizen Workspace. These are recorded as IntakeApplication records. If a linked user submits an application, one of these records is created to link his account with the application submited. A link can also be created later, if the application was submitted anonymously.

Example

A citizen without a Citizen Workspace account submits an application anonymously. This application is sent to a remote system for processing. The remote system invokes a service to create a Citizen Workspace account for the citizen and link it to their previously submitted applicaton. An account is created, and a link record is created to link the account to the application.
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::WorkspaceServices::Entity::IntakeAppCWAccLink::IntakeAppCWAccLink
Controlling File: WorkspaceServices\model\Packages\Entity\IntakeAppCWAccLink\IntakeAppCWAccLink.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGno
Attributes (4)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
linkIDkeynoPrimary key for this entity.INTERNAL_ID SVR_INT64
intakeApplicationIDdetailsnoIntake Application ID.INTAKE_APPLICATION_ID SVR_INT64
citizenWorkspaceAccountIDdetailsnoCitizen Workspace account ID.INTERNAL_ID SVR_INT64
recordStatusdetailsnoRecord status.RECORD_STATUSRecordStatusSVR_STRING<10>
Foreign Keys (2)
ChildParent
IntakeAppCWAccLink.intakeApplicationIDIntakeApplication.intakeApplicationID
IntakeAppCWAccLink.citizenWorkspaceAccountIDIntakeClient.intakeClientID
Indices (2)
Index NameAttributes
IND__786658322citizenWorkspaceAccountID
IND__732498862intakeApplicationID
Operations (5)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: linkID
Standard Operation 
modifymodifyOPTIMISTIC_LOCKING: no
Standard Operation 
readread Standard Operation 
searchActiveByCWAccountreadmulti Returns a list of links for a given Citizen Workspace account. 
readActiveByIntakeApplicationnsread Reads an active record by Intake Application. 
Related Pages (0)