Data page at FW and Division layers
I have data page defined at our application framework level which fetches list of reason codes (MyOrg-FW-SampleFW-Data-Reasons) . Now, we are adding two more implementation for which the reason list is different. I tried overriding the data page to divisional level so that I can change the type specific to new implementation class (MyOrg-myDiv-Sample-Data-Reasons) and getting below warning.
A data page with this name already exists with a different type. This may result in unexpected behavior at run-time. Consider renaming this data page.
Is there a better way to implement the requirements?
I have data page defined at our application framework level which fetches list of reason codes (MyOrg-FW-SampleFW-Data-Reasons) . Now, we are adding two more implementation for which the reason list is different. I tried overriding the data page to divisional level so that I can change the type specific to new implementation class (MyOrg-myDiv-Sample-Data-Reasons) and getting below warning.
A data page with this name already exists with a different type. This may result in unexpected behavior at run-time. Consider renaming this data page.
Is there a better way to implement the requirements?