Creating two Edit pages that use the same schema

I am trying to have two edit pages reference the same schema. The two pages depicted below reference two different schemas called Case1Page and Case2Page. However, I would like them to both reference Case1Page so that I don't have to individually modify each page. How would I go about setting this up? I know it's possible because the Activity Section does it for the two Activity edit pages but I have not been able to figure out how to do it myself.

Like 0

Like

1 comments

Dear Kevin,

It used to possible to achieve this task by setting the parent CasePageV2 schema as the parent schema for Case1Page in older versions on the applications. It would replace the original Case1Page schema with the desired one, however due to multiple problems during the versions upgrade it is no longer possible to replace the modules. Therefore, you would need to develop separate schema with the required page layout which will not be actually in use but you would connect all Case1Page, Case2Page etc schemas to it. Thus the layout would be the same for all other pages.

Dean 

Show all comments