Table Description
Activity Admin Evidence Link : A link between an Activity Admin record (Action, OutcomePlanActionAdmin) and an evidence type.

An Activity Admin Evidence Link is used to allow users to create certain types of evidence against and activity action. An Action is not a Case and evidnce needs to be stored on a case so the user has an option of storing the configured evidence against the outcome plan or the person.

Model Details
Location in Model: Logical View::MetaModel::Curam::OutcomePlanning::OutcomePlan::Entity::Admin::ActivityAdminEvidenceLink::ActivityAdminEvidenceLink
Controlling File: AssessmentPlanning\model\Packages\OutcomePlanning\Entity\Admin\ActivityAdminEvidenceLink.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (7)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
activityAdminIDdetailsnoThe id of the related activity admin record.INTERNAL_ID SVR_INT64
activityTypedetailsnoThe type of entity being associated with the recommendation. For example, a service offering.OUTCOME_PLAN_ACTIVITY_TYPEOutcomePlanActivityTypeSVR_STRING<10>
recordStatusdetailsnoThe record status of the recommendation.RECORD_STATUS_CODERecordStatusSVR_STRING<10>
readOnlyEvidencedetailsnoThis indicator will be used to determine if the evidence is read only or not.BOOLEAN_TYPE SVR_BOOLEAN
evidenceTypedetailsnoThe type of evidence that will be associated with the activityEVIDENCE_TYPE_CODEEvidenceTypeSVR_STRING<10>
evidenceStoragedetailsnoThe Location that the evidence will be stored in...EVIDENCE_STORAGEEvidenceStorageSVR_STRING<10>
activityAdminEvidenceLinkIDkeynoThe primary key identifier for the link record.INTERNAL_ID SVR_INT64
Indices (1)
Index NameAttributes
IND__1764519219activityAdminID
Operations (5)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: activityAdminEvidenceLinkID
AUTO_ID_KEY: OUTPLANBO
Standard Operation 
modifymodifyOPTIMISTIC_LOCKING: yes
Standard Operation 
readread Standard Operation 
readByActivityEvidenceAndStatusnsread   
searchByActivityAdminAndStatusreadmulti   
Related Pages (10)