Question
TCS
GB
Last activity: 12 Jun 2018 9:29 EDT
Is it possible to stop/disable declarative rules processing for some time in System
We are doing data migration from Pega5 case data to Pega7.2.
While migrating work object records from work table, we observed few declare expressions/triggers/indexes are invoking and causing the data modification on Pega7 record.
Ex: pxUrgencyWork declare expression evaluating the urgency and updating the urgency value in Pega7 record. But we don't want urgency to re-evaluated by declare expression. We want the urgency as in Pega5 work object.
So , we don't want any declare expressions to be invoked during data migration. Is there any way to stop invoking declare rules for some time in system?