Table Description
LegalActionNote: Notes of the legal action result, like conditions or requirements(Narrative).

Stores the conditions or requirements(Narrative) applied as result of legal action issued by the Legal Authority

Example

Specify the conditions associated with the order requirements based on the order given by the legal authority.

Model Details
Location in Model: Logical View::MetaModel::Curam::Appeals::Legal Action::Entity::Notes::LegalActionNote
Controlling File: Appeal\model\Packages\LegalAction\Entity\Notes\Notes_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
AUDIT_FIELDSyes
Attributes (4)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
noteIDkeynoUnique reference number assigned by the system to a Legal Action Note record.INTERNAL_ID SVR_INT64
laNoteTextdetails Free text entered by the User.NOTE_TEXT SVR_STRING<30720>
sequenceIDdetails Unique reference number assigned by the system to a record. The text entered by the user is split into limited size text and each split text represents a record in this entity.INTERNAL_ID SVR_INT64
notesIDdetails Foreign key of any entity, which is using this entity to store any notes.INTERNAL_ID SVR_INT64
Indices (1)
Index NameAttributes
IND_1838038046notesID
Operations (5)
OperationStereotypeOptionsDescriptionSQL
insertinsert Standard Operation 
readread Standard Operation 
modifymodify Standard Operation 
removeremove Standard Operation 
searchLANotesByNotesIDreadmulti Returns list of notes for a note ID. 
Related Pages (5)