Question
Express Scripts
US
Last activity: 28 Feb 2018 12:43 EST
Truncate tables for the work objects created in development region
To delete the work objects created in development region. Below are the following tables listed to be truncated along with work and its history table (Pega V7.2.1).
truncate table pc_work;
truncate table pc_history_work;
truncate table pc_assign_worklist;
truncate table pc_assign_workbasket;
truncate table pc_data_uniqueid; Resetting the Counter should be fine ?
truncate table pc_data_workattach;
truncate table pc_index_workparty;
truncate table pc_link_attachment;
Do we need to consider any other tables apart from the above ?