Question
Change pzWorkGroupsForOperator from final to available request
Hello,
I'm using the standard routing implementation; "Data-Admin-WorkGroup" class for groups, "Data-Admin-Operator-ID"for users and the declare index "pzWorkGroupsForOperator" to save the link between users and groups.
We need to add a new field flag (active/inactive) to users inside the groups. So, I added a new field in the index class "Index-WorkGroups", but i couldn't optimize it inside the index (pzWorkGroupsForOperator) because it's final.
Is there a possibility to make it available because we used the standard classes from the beginning of the project and no way to change it now?
Thanks in advance,
***Moderator Edit: Vidyaranjan | Updated Categories***
Hi Wassim,
A small number of standard rules have availability set to Final to prevent customizations that hamper or make it impossible for Pegasystems to make product changes in later releases of Process Commander.
However, you can save pzWorkGroupsForOperator using a different name such as WorkGroupsForOpr(attached), then do the changes you want and configure it to execute instead of the final rule.