Table Description
Overview Tab Config: An Overview Tab Config record specifies the configuration XML details for a case type.

An OverviewTabConfig record is a set of configurations defined in an XML format for an overview tab that can be displayed in the application. The configuration can be defined for a case type product category, for example the case type of 'Integrated Case' with product category 'Income Support'. The configuration for the case type product category can be uniquely identified by combined the Case Type Code and the Product Category Code values. The XML configurations include a list of card configuration details for example 'Entitlements' card.

Example

For each case type product category where you want to show the case overview, you must create an OverviewTabConfig record on the database. The field configXML contains the configuration XML for the overview page. The configuration file defines whether the overview tab is shown and other configuration options. For example, for the Entitlements card, you must define which product delivery cases to include on the card, and the target destinations for any links on the card. For example, you might want to configure the Income Support integrated case to show the Cash Assistance and Food Assistance products

Model Details
Location in Model: Logical View::MetaModel::Curam::Core::Reference Model::Case::Entity Objects::OverviewTabConfig::OverviewTabConfig
Controlling File: core\model\Packages\Case\OverviewTabConfig.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
LAST_UPDATED_FIELDyes
Attributes (4)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
overviewTabConfigIDkeynoUnique identifier of a overview tab configuration record.OVERVIEW_TAB_CONFIG_ID SVR_INT64
configXMLdetailsnoThe configuration XML data. The XML configuration data include the case type, product category, show overview tab and a list of card configuration details for example the 'Entitlements' card.OVERVIEW_TAB_CONFIG_XML SVR_STRING<100000>
caseTypeCodedetailsnoContain the case type code from the codetable 'CaseType'. for example Integrated Case or Participant Manager.CASE_TYPE_CODECaseTypeCodeSVR_STRING<10>
productCategoryCodedetailsyesAll Products can be placed into one or more Categories. Contain the product category code from the codetable 'ProductCategory'. for example Income Support or Assistant.PRODUCT_CATEGORY_CODEProductCategorySVR_STRING<10>
Operations (4)
OperationStereotypeOptionsDescriptionSQL
readread Standard read operation. 
insertinsertAUTO_ID: overviewTabConfigID
Standard insert operation for an OverviewTabConfig. 
modifymodify Standard modify operation. 
readByCaseTypeAndProductCategorynsread Returns the overview tab configuration record for a case type code and product category code. 
Related Pages (0)