Table Description
Program Milestone Link
:
The connectivity table maintains link between the ProgramApplication and MilestoneDelivery. The connectivity table maintains link between the ProgramApplication and MilestoneDelivery.

Example

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::Intake::IntakeModules::Application::Entity::ProgramMilestoneLink
Controlling File: Intake\model\Packages\IntakeModules\IntakeApplication\Entity\Entity.efx
Attributes (3)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
programMilestoneLinkIDkeynoThe unique identifier for ProgramMilestoneLink entity.INTERNAL_ID SVR_INT64
programApplicationIDdetailsnoA reference to the intake application that was created in response to the receipt of an application form, e.g. an intake application is created on submission of an online application from the Citizen Portal. INTERNAL_ID SVR_INT64
milestoneDeliveryIDdetailsnoA reference to the intake application that was created in response to the receipt of an application form, e.g. an intake application is created on submission of an online application from the Citizen Portal. INTERNAL_ID SVR_INT64
Foreign Keys (2)
ChildParent
ProgramMilestoneLink.milestoneDeliveryIDMilestoneDelivery.milestoneDeliveryID
ProgramMilestoneLink.programApplicationIDProgramApplication.programApplicationID
Indices (2)
Index NameAttributes
ProgMilestLinkMilestDelIDIdxmilestoneDeliveryID
ProgMilestoneLinkProgAppIDIdxprogramApplicationID
Operations (4)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: programMilestoneLinkID
Standard Operation 
modifymodify Standard Operation 
readread Standard Operation 
searchByProgramApplicationreadmulti Searches for milestone delivery records based on a program application record. 
Related Pages (19)