Database Table: LegalActionSecurity
LegalActionSecurity:
Captures LegalActionSecurity details
Captures LegalActionSecurity details
Example
|
Location in Model: | Logical View::MetaModel::Curam::Appeals::Legal Action::Administration::Entity::LegalActionSecurity |
Controlling File: | Appeal\model\Packages\LegalAction\Administration\Entity\Entity_cat.efx |
ALLOW_OPTIMISTIC_LOCKING | yes |
Attribute | Stereotype | Nullable | Description | Domain Definition | Codetable | DDL Type |
legalActionSecurityID | key | no | Unique generated Id | INTERNAL_ID | | SVR_INT64 |
readSID | details | | SID associated, if applicable, to read rights for legalAction. This is the ability to read a legalAction case. | INTERNAL_ID | | SVR_INT64 |
approveSID | details | | SID associated, if applicable, to approve rights for legalAction. This is the ability to approve or reject a legalAction case. | INTERNAL_ID | | SVR_INT64 |
createSID | details | | SID associated, if applicable, to create rights for legalAction. This is the ability to create a new legal action. | INTERNAL_ID | | SVR_INT64 |
maintainSID | details | | SID associated, if applicable, to maintenance rights for legalAction. This is the ability to maintain a legalAction case. | INTERNAL_ID | | SVR_INT64 |
approveDecisionID | details | | The ID of the approve Decision associated with this legalAction approval event. | INTERNAL_ID | | SVR_INT64 |
locationSecurityLevel | details | | Level of access that a user has within an organization. | INTERNAL_ID | | SVR_INT64 |
|
Operation | Stereotype | Options | Description | SQL |
insert | insert | | Standard Operation | |
read | read | | Standard Operation | |
modify | modify | | Standard Operation | |
remove | remove | | Standard Operation | |
|