Page 1 of 1

More Details Table with one Master Table

Posted: Tue Dec 12, 2017 4:52 pm
by Fakiro82

Hi,
With Phpmaker 2018 it is possible to have in a single form all the detail tables related to a master table?
Example:
I have Master Table with Customers and I need to see in single form Customers with Join Order and Order details in join with Order (in this way Customer-->Order-->OrderDetails).
How can I do to see all (customer, order and order details table all together) from Customers form the other two details in join?

Thank you so much,
Andrea.


Re: More Details Table with one Master Table

Posted: Tue Dec 12, 2017 6:51 pm
by mobhar

Currently, it is not supported.

However, you may simplify the form by using "Order" -> "OrderDetails" master/table. To input the new Customer record, then you may simply generate the Add on-the-fly feature in "CustomerID" field in your "Order" table.


Re: More Details Table with one Master Table

Posted: Wed Dec 13, 2017 5:42 pm
by Fakiro82

Hi mobhar,
I'm sorry but I don't understand how can I do this.
Sorry.

Can you explain me "To input the new Customer record, then you may simply generate the Add on-the-fly feature in "CustomerID" field in your "Order" table."?

Thank you so much,
Andrea.


Re: More Details Table with one Master Table

Posted: Wed Dec 13, 2017 6:16 pm
by mobhar

It means, you may simply add the new Customer record from "Orders" table via "CustomerID" field, as long as you have already setup that field as "Lookup Table" and you have already enabled "Allow add" option from "Lookup Table" pane of "Fields" setup.