Moving a work type to separate table
Hi All,
Is it possible to move a particular work type from pc_work table to different table say pc_work_a.?
As far as i know we need to update the pzInskey of the work type and also we need to update the same in other tables like Assignment,History,Attachments etc.
Is there a way to achieve it without refactoring?
***Moderator Edit: Vidyaranjan| Updated Categories***
Association of a work type (class) to a database table is via the Data-Admin-DB-Table instance. All classes belonging to a single workpool will be associated to the same table.
https://docs-previous.pega.com/database-management/all-classes-class-group-map-one-shared-database-table
https://community.pega.com/support/support-articles/unable-map-work-classes-different-tables-1-class-group
If you change this work type to be a classgroup then you could map it to a different table. Please make sure this change is in line with your application requirements and design.