How to delete the case type permanently in Pega 7

Pega built upon the principles of object-oriented principles, therefore, every case types create the class implicitly. Every time we run the case type the instance is created that is called the case which is referred as subclasses in Pega. So, deleting the Case type means deleting the case type. Though we delete the classes there instances still perceive with no valid processes to it. While deleting the case type one must be careful by ensuring that no instance exists for the class.

STEPS :

  1. Open  Designer sudio
  2. Click on designer studio landing page then system -> tools -> refactor -> rules

Screenshot (19)

3. There it opens the wizards then click on delete a case  Screenshot (20)

3. Continue with the next three steps 1. enter the class name click next 2.The confirmation  3. Displays references  Click done.

Screenshot (21).png

Screenshot (22).png

Screenshot (23).png

Screenshot (24).png

here, just click finish then go to case explorer then refresh now you see that no Bank Automation case type is available

Screenshot (26).png

Thus Bank Automation case type is permanently deleted,Screenshot (27).png

warnings :

  • Ensure that no reference case types were present.
  • It will not delete the instances of case types

 

-Raghava

Leave a comment