Siebel Data Warehouse Installation and Administration Guide > Customizing the Siebel Data Warehouse > Siebel Data Warehouse Customization Steps for Non-Siebel Data >

Linking the Custom Dimension to a Standard Fact Table in Siebel Data Warehouse


  • New DDLs: New fact extension tables or standard fact extension tables
  • New Mappings: Fact SDE and SIL mappings
  • Case: Loading data for fact tables that reference the new custom dimension tables
  • Reference: CustomSDE and SIL_AssetFact in Custom_DW_Folder

To link the custom dimension to a standard fact table

  1. Extend the fact tables by creating or using fact extension tables.
  2. A custom SDE mapping has to be designed to populate the additional foreign key column in the extension stage table. Make sure that the dimensions ID in the fact staging is the same as the integration of the custom dimension. This may require some preprocessing.
  3. A custom SIL process loads data from the staging table to the fact extension table.
  4. Develop the SQL override for populating the fact extension table to extract foreign keys for the new dimension table. Specifically, write the query to extract the ROW_WID of the custom dimension table using INTEGRATION_ID and DATASRC_NUM_ID of the dimension in combination.
  5. Ignore the rows for which there is not a matching ROW_WID value.
  6. In the DAC, register the SDE and SIL tasks. Make the SIL mapping depend on its corresponding SDE mapping and the SIL mapping of the base fact table.
  7. Add the custom dimension to the fact table group.
Siebel Data Warehouse Installation and Administration Guide