I hava a project with customers and a customer list. I would like to have the following:
When I click in custumer Grid list the detail page will open. In the detail page I would like to have the information (fileds ) of the customer on top. Thats work. Under the customer informations I would like to have some TABS for ex. Tab1, TAB2, Tab3. In this tabs would be very nice to have other table grid infos linked by id to the customers for example tables like employees, projects, documents. In each table I have a key to the customer-table. The tabs works also very well, but I’m not able to make an output of the different filtered other tables.
How can I do this. Is it possible. Thanks for help.
All these information I will show in the Detail page on top, under this infos I will habe some tabs with grid-list inside and only the infomations of the customer-id (linked: Where ID for customer = ID for sub table)
\
INFORMATION from customers (ID, name ,…)
TAB-EMPLOYEES // TAB-PROJECTS // TAB-Documents
==> in all tabs should be the tables liked with the main table (customers) for ex. table project:
id
customerid
name
==> I would like to have a Grid in Tab 2 (Project) an other tabs. All grid should be linked / filtered by Id for ex. ID = customerid
Note that you can set up one master table with multiple detail tables, and you need to enable “Master/Detail View (as Detail)” for the detail tables and “Multiple Detail Tables” for the master table, see the topic Table Setup in the help file.
Now I have on the master page with the record ONE more Icon with “MAster/Detail View” and Edit … and also the normal view Icon. Is it possible to open the MASTER/DETAIL VIEW" also in modial modus like the normal view?