Table Description
Plan Item Attachment Link: An attachment on a service plan delivery. This is the link entity between a service plan item and an attachment
Model Details
Location in Model: Logical View::MetaModel::Curam::ServicePlans::Service Plan Deliveries::PlannedItem::Entity::PlannedItemAttachmentLink
Controlling File: ServicePlans\model\Packages\Service Layer\Service Plan Deliveries\PlannedItem\Entity\Entity_cat.efx
Attributes (4)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
plannedItemAttachmentLinkIDkeynoUnique identifier of the plan item attachment link record.INTERNAL_ID SVR_INT64
attachmentIDdetailsnoIdentifier of the Plan item attachment.INTERNAL_ID SVR_INT64
plannedItemIDdetailsnoIdentifier of the plan item.INTERNAL_ID SVR_INT64
descriptiondetails Free text description of the plan item attachment.DESCRIPTION SVR_STRING<300>
Operations (5)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: plannedItemAttachmentLinkID
Method to insert the planned item attachment details 
searchAttachmentsForPlannedItemnsmulti Method to get the list of attachments for a given planned item.SQL
readread Standard Operation 
modifymodifyOPTIMISTIC_LOCKING: no
Method to modify the Attachment description details of the planned item 
removeremovePRE_DATA_ACCESS: yes
Method to delete the planned item attachment details 
Related Pages (17)