Table Description
LegalStatusCaseTypeLink: Maintains the association between AdminLegalStatus and other configured case type

Maintains the association between AdminLegalStatus and other configured case type AdminIntegratedCase or ScreeningConfiguration

Example

Temporary Custody Legal Status can be associated with the Integrated case sub types like Assistance case, Ongoing case. This allows system to list the Legal Statuses to be available to these case types when case worker tries to associate a legal Status to a case participant

Model Details
Location in Model: Logical View::MetaModel::Curam::Appeals::Legal Action::Legal Status::Entity::LegalStatusCaseTypeLink
Controlling File: Appeal\model\Packages\LegalAction\LegalStatus\Entity\Entity_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (5)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
legalStatusCaseTypeLinkIDkeynoUnique generated IdINTERNAL_ID SVR_INT64
configLegalStatusIDdetails Legal Status Id of the AdminLegalStatusINTERNAL_ID SVR_INT64
associatedCaseTypeCodedetails Associated case type code name derived from the case type code tableCODETABLE_CODE SVR_STRING<10>
relatedIDdetails Unique ID of the AdminIntegratedCase or ScreeningConfiguration entity etcINTERNAL_ID SVR_INT64
multipleCaseLinkIDdetails Unique ID of the CaseMultiLegalStatusConfigINTERNAL_ID SVR_INT64
Indices (3)
Index NameAttributes
IND__1428987084configLegalStatusID
IND_2352333associatedCaseTypeCode
IND_1498409846relatedID
Operations (10)
OperationStereotypeOptionsDescriptionSQL
insertinsertPRE_DATA_ACCESS: yes
Standard Operation 
readread Standard Operation 
modifymodify Standard Operation 
removeremove Standard Operation 
readLSByCaseTypereadmulti To retrieve the records associated with the case type. 
readAdminLSCaseTypeLinkDetailsnsread Function to read a legal status details by giving the case type. 
readRelatedLegalStatusnsread Function to read a legal status detail from its related ID 
searchRelatedStatusesByCaseTypereadmulti Function to search all legal statuses related to the case type 
searchSelectedLegalStatusesnsmulti To retrieve the records using the case type and the relatedID.SQL
readRelatedCaseTypeDetailsnsread To retrieve the details using the case type and the relatedID. 
Related Pages (8)