Detail on Edit Page

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
DeanAtWork
User
Posts: 32

Detail on Edit Page

Post by DeanAtWork »

Is it possible to show details from a master/details relationship on the eidt page of the master record?


kirondedshem
User
Posts: 642

Post by kirondedshem »

Read about Table setup in help menu but in short
If you already have your master detail relationship setup, then

  1. go to the detail table and click on table setup tab.
  2. scroll to list page properties. then enable/tick the following.
    Master/Detail-Edit (as detail table) ->this allows to edit detail records on master edit page

Others
Master/Detail-View (as detail table) -> allows to view detail records on master view page
Master/Detail-Add (as detail table) -> allows to add detail records on master add page


Post Reply