Table Description
PDFFormProgramLink: This entity is used to associate a program with a PDF form. This means that a citizen can apply for the program using the specified PDF form.
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::PDFFormProgramLink::PDFFormProgramLink
Controlling File: WorkspaceServices\model\Packages\Entity\PDFFormProgramLink\PDFFormProgramLink_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (4)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
pdfFormProgramLinkIDkeynoUnique identifier for this record.INTERNAL_ID SVR_INT64
pdfFormIDdetailsnoA reference to the PDF form.INTERNAL_ID SVR_INT64
programTypeIDdetailsnoA reference to a program that can be applied for using the PDF form.INTERNAL_ID SVR_INT64
recordStatusdetails The status of the record, Active or Cancelled.RECORD_STATUSRecordStatusSVR_STRING<10>
Foreign Keys (2)
ChildParent
PDFFormProgramLink.pdfFormIDPDFForm.pdfFormID
PDFFormProgramLink.programTypeIDProgramType.programTypeID
Indices (1)
Index NameAttributes
PDFFPLIdx1pdfFormID, programTypeID, recordStatus
Operations (7)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: pdfFormProgramLinkID
AUTO_ID_KEY: INTAKERAKS
Standard Operation 
readread Standard Operation 
modifymodifyOPTIMISTIC_LOCKING: yes
Standard Operation 
searchByProgramAndStatusreadmulti Search the links by program type and record status. 
readByPDFFormProgramAndStatusnsread Read a link by PDF Form, Program Type and status. 
searchByPDFFormAndStatusreadmulti Search links by PDF Form and status. 
insertPDFFormProgramLinknsinsert   
Related Pages (18)