Table Description
Outcome Plan Printable Document Configuration Adminstration: Configurations for printable document content items that determine whether the content item will be available for selection by users when generating the printable document for an outcome plan.

The printable document contains a table of contents and chapters to represent the main functional components of an outcome plan. Certain chapters may not be applicable to a particular outcome plan type, and an organization may want to exclude those chapters from the printable document. An administrator can configure which content types they want available for selection by a caseworker when generating the printable document for a particular type of outcome plan.

Example

A social welfare agency has a Back-to-Work outcome plan type where objectives are not applicable and therefore should not form part of the printable document. The administrator configures that objectives are not a selectable content item for the printable document which ensures that objectives are not available to select when the caseworker generates the printable document.
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::OutcomePlanning::OutcomePlan::Entity::Admin::PrintableDocumentContentAdmin::PrintableDocumentContentAdmin
Controlling File: AssessmentPlanning\model\Packages\OutcomePlanning\Entity\Admin\PrintableDocumentContentAdmin.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (5)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
printableDocContentAdminIDkeynoUnique identifier for the record.INTERNAL_ID SVR_INT64
printableDocumentContentTypedetailsnoThe content type that this printable document content is for, e.g. goals, factors.OUTCOME_PLAN_PRINTABLE_DOCUMENT_CONTENT_TYPEOPPrintableContentSVR_STRING<10>
outcomePlanAdminIDdetailsyesUnique identifier of the outcome plan administration record that this configuration record relates to. INTERNAL_ID SVR_INT64
selectedInddetailsyesIndicates if the content item is configured to be available for inclusion in the printable document. If the indicator is set to true, the user has the option to select this content item for inclusion. If the indicator is set to false, the content item will not be available to the user to select. BOOLEAN_TYPE SVR_BOOLEAN
recordStatusdetailsnoThe status of this record. RECORD_STATUS_CODERecordStatusSVR_STRING<10>
Foreign Keys (1)
ChildParent
PrintableDocumentContentAdmin.outcomePlanAdminIDOutcomePlanAdmin.outcomePlanAdminID
Indices (1)
Index NameAttributes
IND__323211498outcomePlanAdminID
Operations (5)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: printableDocContentAdminID
AUTO_ID_KEY: OUTPLANBO
Standard Operation 
readread Standard Operation 
modifymodifyOPTIMISTIC_LOCKING: yes
Standard Operation 
searchByOutcomePlanAdminAndStatusreadmulti Returns a list of Printable Document Content Administration records for the given outcome plan administration identifier and record status code. 
readByContentTypeOutcomePlanAdminAndStatusnsread Reads a Printable Document Content Administration record that is related to the give printable document content type, outcome plan administration identifier, and record status code. 
Related Pages (5)