Table Description
Intake Program Milestone Link: Associates an IntakeProgramApplication to a MilestoneDelivery. An application for a program may have a time limit for processing it to completion. This entity links the program to the milestone delivery which is used to store the timer details for the program.

Example

James Smith applies for Rent Allowance and Food Allowance programs online. When he submits the application online, a Social Benefits application case is created, and Food Allowance and Rent Allowance programs are added to the application case. The organization has configured that both programs must be completed (i.e. approved, denied or withdrawn) within 30 days of the application date. When the programs are added to the application case, a MilestoneDelivery record is created for each program timer, and is associated to the program via an IntakeProgramMilestoneLink record.
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::WorkspaceServices::Entity::Intake::IntakeProgramMilestoneLink::IntakeProgramMilestoneLink
Controlling File: WorkspaceServices\model\Packages\Entity\IntakeProgramMilestoneLink\IntakeProgramMilestoneLink.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGno
Attributes (3)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
intakeProgramApplicationIDdetailsnoThe unique ID for the associated Intake Program Application.INTERNAL_ID SVR_INT64
milestoneDeliveryIDdetailsnoThe unique ID for the associated Milestone Delivery.INTERNAL_ID SVR_INT64
intakeProgMilestoneLinkIDkeynoThe unique ID for the link between Intake Program Application and Milestone Delivery.INTERNAL_ID SVR_INT64
Foreign Keys (2)
ChildParent
IntakeProgramMilestoneLink.intakeProgramApplicationIDIntakeProgramApplication.intakeProgramApplicationID
IntakeProgramMilestoneLink.milestoneDeliveryIDMilestoneDelivery.milestoneDeliveryID
Indices (2)
Index NameAttributes
IND_1494173874milestoneDeliveryID
IND_1599593760intakeProgramApplicationID
Operations (5)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: intakeProgMilestoneLinkID
Standard insert operation. 
removeremove Standard remove operation. 
readByMilestoneDeliverynsread Reads an Intake Program Milestone Link record based on the Milestone Delivery. 
searchByIntakeProgramApplicationreadmulti Returns a list of Intake Program Milestone Links for the given Intake Program Application. 
readread Standard read operation. 
Related Pages (18)