Table Description
Planned Item Link: The Planned Item Link entity allows other constructs link to a Planned Item, e.g. a Referral.
Model Details
Location in Model: Logical View::MetaModel::Curam::ServicePlans::Service Plan Deliveries::PlannedItem::Entity::PlannedItemLink
Controlling File: ServicePlans\model\Packages\Service Layer\Service Plan Deliveries\PlannedItem\Entity\Entity_cat.efx
Attributes (5)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
plannedItemLinkIDkeynoUnique reference number of a Planned Item Link record.INTERNAL_ID SVR_INT64
plannedItemIDdetails Unique reference number of a Planned Item record.PLANNED_ITEM_ID SVR_INT64
relatedIDdetails Unique reference number of the record being linked to the Planned Item.INTERNAL_ID SVR_INT64
relatedTypedetails Identifies the construct being related to the Planned Item, e.g. a Referral.PLANNED_ITEM_RELATED_TYPEPlannedItemRelatedTypeSVR_STRING<10>
commentsdetails Comments provided for the Planned Item link.COMMENTS SVR_STRING<300>
Indices (2)
Index NameAttributes
plannedItemLinkRelIDTypeIdxrelatedID, relatedType
PlItLnkPlItIDIdxplannedItemID
Operations (6)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: plannedItemLinkID
POST_DATA_ACCESS: yes
PRE_DATA_ACCESS: yes
Method to create Planned Item Link Details 
readreadPOST_DATA_ACCESS: yes
PRE_DATA_ACCESS: yes
Method to read Planned Item Link Details 
modifymodifyPOST_DATA_ACCESS: yes
PRE_DATA_ACCESS: yes
Method to modify Planned Item Link Details 
removeremovePOST_DATA_ACCESS: yes
PRE_DATA_ACCESS: yes
Method to remove Planned Item Link Details 
searchByRelatedIDAndTypereadmultiPOST_DATA_ACCESS: yes
PRE_DATA_ACCESS: yes
Method to search Planned Item Link Details by related id and type 
searchByPlannedItemnsreadmultiPOST_DATA_ACCESS: yes
PRE_DATA_ACCESS: yes
Method to search Planned Item Link Details by planned item id 
Related Pages (0)