Page History
...
QT_Breakdown_Path table has been modified to include a new column Group_id. It logs the Project_id value.
Database Updates
RPDO_TABLE_REQUEST
User created concepts in the data table design will be dynamically logged in the RPDO_TABLE_REQUEST at the time of Table Definition Save. Below is the list that correspond to values of the User created Data Table
RPDO_TABLE_REQUEST PARAMETERS | DATA TABLE Values |
---|---|
Table_Request_id | auto generated incremental value, corresponding to each concept in the data table. Unique for each concept |
Table_instance_id | unique for each Data table, auto generated incremental value( same value for all the concepts underneath) |
QT_QUERY_RESULT_TYPE
The data table definitions are logged as breakdowns in the QT_QUERY_RESULT_TYPE table. The values are populated dynamically when the user saves the data table definition.
...