Class Refactor - CS
Hi
I have a CS application which is already in production and has heavy integration. The application is implementation only. Work class has many subclasses which are cases.
We are coming up with a new business scenario which needs a class structure change as follow. Please let me know if someone has done this exercise and what challenges could arise using the class refactor wizard.
Existing classes :
Orgs-Dept-App-Work-Case1
Orgs-Dept-App-Work-Case2
Orgs-Dept-App-Work-Case3
New Class:
Orgs-Dept-App-Work-ABC-Case1
Orgs-Dept-App-Work-ABC-Case2
Orgs-Dept-App-Work-ABC-Case3