Page 1 of 1

custom master/detail page layout

Posted: Mon Jun 11, 2018 8:58 pm
by ebrahim1990

hi everyone
how to change layout of "master/details add" page
to step form wizard (multi steps )

thanks


Re: custom master/detail page layout

Posted: Tue Jun 12, 2018 10:59 am
by arbei

You can only customize the layout of the Master record by setup the custom template of the "Master Record Page", but cannot update the template of the detail page.


Re: custom master/detail page layout

Posted: Tue Jun 12, 2018 5:44 pm
by mobhar

Almost in my web applications, I have been implementing this wizard-base, by using the following steps:

  1. First step, display only a single Add form/page of Master table,
  2. After that Master record is successfully saved, then redirect to the Detail grid-add table, where the Master record is included in the top section
  3. So, when end-users decided not to complete enter all the detail records, they can cancel it, and continue this process for sometime in future.
  4. By using this technique, then always make sure the Master record already exists, before continueing to the next step.

Re: custom master/detail page layout

Posted: Thu Aug 29, 2024 11:39 pm
by ppinto

arbei wrote:

You can only customize the layout of the Master record by setup the custom template of the "Master Record Page", but cannot update the template of the detail page.

Is this still true for v2024?


Re: custom master/detail page layout

Posted: Fri Aug 30, 2024 9:05 am
by mobhar

Yes, it is.