Table Description
ActionOwner: The User or Case Participant who is responsible for the Action.

A User and/or the case participants who are responsible for the action to be completed.

Example

Examples of action owners are caseworker or James Smith and Linda Smith.

Model Details
Location in Model: Logical View::MetaModel::Curam::Core::Reference Model::Service Layer::Action::Entity::ActionOwner
Controlling File: core\model\Packages\Reference Model\Service Layer\Action\Entity\Action_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (6)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
actionOwnerIDkeynoUnique reference number assigned by the system to the action owner record.ACTION_OWNER_ID SVR_INT64
actionIDdetails Unique reference number assigned by the system to the action record which the action owner is responsible for.ACTION_ID SVR_INT64
ownerConcernRoleIDdetails The unique internal reference number assigned to the concern role that is the owner of the action.CONCERN_ROLE_ID SVR_INT64
ownerUserNamedetails The name of the user that is the owner of the action.USER_NAME SVR_STRING<64>
ownerTypedetails The type of owner e.g. Person, User ACTION_OWNER_TYPEActionOwnerTypeSVR_STRING<10>
recordStatusdetails Status of the action owner record. The values are 'Active' or 'Canceled'. Logical deletion is supported.RECORD_STATUS_CODERecordStatusSVR_STRING<10>
Indices (1)
Index NameAttributes
IND__174861869actionID
Operations (5)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: actionOwnerID
PRE_DATA_ACCESS: yes
Method to create new Action Owner record. 
readread Method to read a Action Owner record. 
modifymodify Method to modify a Action Owner record. 
searchByActionIDreadmultiPRE_DATA_ACCESS: yes
Method to read Action Owner records for specified actionID. 
cancelnsmodifyPRE_DATA_ACCESS: yes
Method to cancel specified Action Owner record. 
Related Pages (9)