Disabling unused features and tables for Smart Inquiries

The extensions for disabling parts of the data model are inactivated in the gold data. These extensions must be activated to disable the related part of the data model.

To disable part of the data model for smart inquiries, you must activate the disabling extension using the following SQL statement:
update extensionset set inactive_ind = 'N' where extension_set_id =?
where the variable ? is the extension set ID for the specified extension for that disabling model.
For example, to disable the FinancialProfile function area, which has the extension set ID number 47, activate the disabling extension, by executing the following SQL statement:
update extensionset set inactive_ind = 'N' where extension_set_id =47