Question
Introducing Case type in existing application
Team,
We have an existing application with no case management involved. We have new CRs developed for the existing application. We plan to have case management for one particular CR alone.
That means we will insert case management in the existing design.
As we are new to case management implementation we need to understand whether this will work? For case types, we need to have 'work-cover-' as the parent class but if we use the same by direct inheritance, we might not have access to our already existing parent pattern classes via inheritance.
Please validate this point. Kindly suggest whether we can have case type in between the classes & rules that exist in our current application.
Thanks,
G.Manikandan
**Moderation Team has archived post**
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.
Suppose, your existing class is "ABC-PQR-XYZ".
On making Case Management related changes, this class will have directed inheritance from "Work-Cover-" and pattern inheritance with "ABC-PQR".
This change might not create any issue.