Table Description
LegalStatus: A type of legal Status that associated with a case participant involved with the organization that may include judicial involvement.

A legal status refers to the concept of individuals having a particular place in society, relative to the law, as it determines the laws which affect them. Various terms are used by different jurisdictions to refer to people and their status under the law.Temporary Custody , Release of Custody, Crown Ward, Permanent Custody, Pre-adjudicated etc are types of legal status configured.

Example

John Smith was convicted for robbery and legal action was captured against him. As he was under supervision of the agency, a legal status of 'Temporary Custody' was assigned to him by the court.

Model Details
Location in Model: Logical View::MetaModel::Curam::Appeals::Legal Action::Legal Status::Entity::LegalStatus
Controlling File: Appeal\model\Packages\LegalAction\LegalStatus\Entity\Entity_cat.efx
Attributes (7)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
legalStatusIDkeynoUnique ID of the Legal Action.INTERNAL_ID SVR_INT64
configLegalStatusIDdetails Unique ID of the legal status of the AdminLegalStatus INTERNAL_ID SVR_INT64
concernRoleIDdetailsnoConcern Role ID of ConcernRole CONCERN_ROLE_ID SVR_INT64
startDatedetails Effective date of the Legal StatusCURAM_DATE SVR_DATE
endDatedetails End date of the Legal StatusCURAM_DATE SVR_DATE
legalActionIDdetails Legal Action ID of LegalAction INTERNAL_ID SVR_INT64
recordStatusCodedetails Code value to denote the record status of the LegalStatus like Active, cancelRECORD_STATUSRecordStatusSVR_STRING<10>
Indices (1)
Index NameAttributes
LegalStatusConcernRoleIDIdxconcernRoleID
Operations (6)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: legalStatusID
Standard Operation 
readread Standard Operation 
modifymodify Standard Operation 
removeremove Standard Operation 
readParticipantLegalStatusns To retrieve the legal status details of a concern role by concern role id.SQL
searchLSForCaseParticipantRolensmulti  SQL
Related Pages (13)