Table Description
Printable Document Content Configuration : Contains the configuration that determines which content items are pre-selected for inclusion when a user views the printable document for an outcome plan.

The printable document for an outcome plan contains a number of chapters, including goals and factors. The user has the option to select the content items from a list of available items for this outcome plan to include in the printable document. The user selections are stored in this record, so the next time the user views a printable document for an outcome plan of the same type, they will be pre-selected by default.

Example

The user does not want to include goals in the printable document, so does not select to include this content item when generating a printable document for an outcome plan. The next time the user generates a printable document for an outcome plan of the same type, goals will not be preselected.
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::Delivery::PrintableDocumentContentConfiguration::OPPrintableDocContentConfig
Controlling File: AssessmentPlanning\model\Packages\OutcomePlanning\Entity\Delivery_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (5)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
printableDocConfigIDkeynoUnique identifier for the record.INTERNAL_ID SVR_INT64
contentConfigurationdetailsyesThe configuration specifying which content items will be pre-selected when the user generates a printable document.OUTCOME_PLAN_PRINTABLE_DOCUMENT_CONTENT_CONFIGURATION SVR_STRING<2000>
outcomePlanAdminIDdetailsyesUnique identifier of the outcome plan administration record that this configuration record is associated with. This dictates the type of outcome plan that the configuration applies to.INTERNAL_ID SVR_INT64
userNamedetailsnoThe user associated with this configuration.USER_NAME SVR_STRING<64>
recordStatusdetailsnoThe status of the configuration record. RECORD_STATUS_CODERecordStatusSVR_STRING<10>
Foreign Keys (1)
ChildParent
OPPrintableDocContentConfig.outcomePlanAdminIDOutcomePlanAdmin.outcomePlanAdminID
Indices (2)
Index NameAttributes
PDCCUserNameIdxuserName
IND__510223611outcomePlanAdminID
Operations (4)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: printableDocConfigID
Standard Operation 
readread Standard Operation 
modifymodifyOPTIMISTIC_LOCKING: yes
Standard Operation 
readByOutcomePlanAdminUserNameAndStatusnsread Reads a Printable Document Content Configuration record that is related to the given outcome plan administration identifier, user, and record status code. 
Related Pages (2)