Table Description
OnlineProgramGroup: Defines a group of programs for screening. The citizen can choose to screen for the program group but may not choose to screen for any of the programs individually. This is useful if there is a group of related programs that must always be screened for together as a unit.
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::Configuration::OnlineProgramGroup::OnlineProgramGroup
Controlling File: WorkspaceServices\model\Packages\Entity\OnlineProgramGroup\OnlineProgramGroup_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (4)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
onlineProgramGroupIDkeynoUnique identifier for this record.ONLINE_PROGRAM_GROUP_ID SVR_INT64
nameTextIDdetailsnoThe name of the program group, e.g. School Meals Programs.LOCALIZABLE_TEXT_ID SVR_INT64
descriptionTextIDdetailsnoA description of the program group.LOCALIZABLE_TEXT_ID SVR_INT64
recordStatusdetails The status of the record, Active or Cancelled.RECORD_STATUSRecordStatusSVR_STRING<10>
Foreign Keys (3)
ChildParent
OnlineProgramGroup.nameTextIDLocalizableText.localizableTextID
OnlineProgramGroup.descriptionTextIDLocalizableText.localizableTextID
OnlineProgramGroupLink.onlineProgramGroupIDOnlineProgramGroup.onlineProgramGroupID
Indices (2)
Index NameAttributes
IND__2092863004nameTextID
IND__663789421descriptionTextID
Operations (5)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: onlineProgramGroupID
AUTO_ID_KEY: INTAKERAKS
Standard Operation 
readread Standard Operation 
modifymodifyOPTIMISTIC_LOCKING: yes
Standard Operation 
searchByRecordStatusreadmulti Return a list of records based on the record status. 
insertOnlineProgramGroupnsinsert   
Related Pages (9)