Table Description
Approval Request Link: A Link entity to link Approval Request to a Related Type. This entity is used to link and approval request to any construct that supports approval processing.

Example

An ApprovalRequestLink can be created when an assessment has been submitted for approval or whenever an approval request record is created.
Relationship Diagram
Click the diagram to manipulate and zoom. Traverse the diagram using Click-and-Drag motions.
Model Details
Location in Model: Logical View::MetaModel::Curam::Core::Reference Model::Service Layer::ApprovalRequest::Entity::ApprovalRequestLink::ApprovalRequestLink
Controlling File: core\model\Packages\Reference Model\Service Layer\ApprovalRequest\Entity\ApprovalRequestLink\ApprovalRequestLink_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (5)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
approvalRequestLinkIDkeynoThe approval request primary key.INTERNAL_ID SVR_INT64
relatedIDdetailsnoThe identifier for the construct that the approval request is related to.INTERNAL_ID SVR_INT64
relatedTypedetailsnoThe type of construct that the approval request is related to.APPROVAL_RELATED_TYPEApprovalRelatedTypeSVR_STRING<10>
approvalRequestIDdetailsnoThe identifier for the approval request.INTERNAL_ID SVR_INT64
recordStatusdetailsnoThe record status for the approval request linkAPPROVAL_REQUEST_STATUS_CODEApprovalRequestStatusSVR_STRING<10>
Foreign Keys (1)
ChildParent
ApprovalRequestLink.approvalRequestIDApprovalRequest.approvalRequestID
Indices (2)
Index NameAttributes
ApprvReqLnkIdxrelatedID, relatedType
IND__1176439378approvalRequestID
Operations (4)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: approvalRequestLinkID
Standard Operation 
readread Standard Operation 
modifymodifyOPTIMISTIC_LOCKING: yes
Standard Operation 
searchByRelatedIDAndTypereadmulti Returns a list of Approval Request Links for the given related ID and type. @param rmKey The related ID and type @return A list of Approval Request Links for the given related ID and type  
Related Pages (10)