CZ: Database queries while retrieving saved configuration
Hi,
I have read numerous guides on Oracle Configurator and extensions. I know what to do from the front end Configurator Developer or how to code configurator extensions. But i do not know what database queries are executed while retrieving a saved configuration.
On Configurator side, There are these tables cz_config_hdrs, cz_config_inputs, cz_config_items and cz_config_ext_attributes.
On install base side, csi_iea_values which stores attributes data.
Now, i am confused how configurator formulates queries while retrieving a saved configuration. Remember, saved configuration is install base trackable. I cannot find from 'about page' in configurator runtime session, all this gives me is views which does not have any queries.
0