Table Description
Outcome Plan Administration Recommendation Related Update Time: An internal data structure for storing outcome plan admin recommendation invalidation data.

This entity stores an increasing timestamp of when administrative action occur that could invalidate recommendations related to the given outcome plan administration. On the delivery side, this timestamp is used to ensure that previously generated recommendations are automatically invalidated as the result of admin actions if the generation is older then the admin side timestamp.

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::OutcomePlanning::OutcomePlan::Entity::Admin::OutcomePlanAdminRecUpdateTime::OutcomePlanAdminRecUpdateTime
Controlling File: AssessmentPlanning\model\Packages\OutcomePlanning\Entity\Admin\OutcomePlanAdminRecUpdateTime_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (3)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
outcomePlanAdminIDkeynoUnique identifier for the Outcome Plan Case Link Admin.INTERNAL_ID SVR_INT64
recommendationRelatedUpdateTmdetailsno

This field stores a date-time update value concerning recommendation related values. Every time an object that may contribute recommendations to this outcome plan type is updated, the recommendation-related-update-time is updated. This value is compared against a similar value in the outcome-plan to determine if the plan recommendations have been invalidated by admin-side changes.

Example events that may trigger this:

  • Adding a recommended activity or objective to the outcome plan.
  • Adding a recommended activity or objective to a standalone or assessment factor.

CURAM_DATETIME SVR_DATETIME
recordStatusdetailsnoStatus of the Outcome Plan Administration.RECORD_STATUS_CODERecordStatusSVR_STRING<10>
Foreign Keys (1)
ChildParent
OutcomePlanAdminRecUpdateTime.outcomePlanAdminIDOutcomePlanAdmin.outcomePlanAdminID
Indices (1)
Index NameAttributes
OutcomePlanAdminRecStatusIDXrecordStatus
Operations (5)
OperationStereotypeOptionsDescriptionSQL
readread Standard persistence read. 
insertinsert Standard persistence insert. 
modifymodifyOPTIMISTIC_LOCKING: yes
Standard persistence modify. 
batchModifybatchmodify Batch modification operation to efficiently invalidate multiple values. 
searchByStatusreadmulti Search for all records by record status. 
Related Pages (0)