This topic is locked
[SOLVED]

 Custom View Page missing something

3/12/2017 3:37:51 PM
Invoice template support forum
H
Hertz2P author

When I create a custom view from the invoices table, the details don't show up in the add, edit, or view pages. the " {$displayDetailTable_invdetails}" code snippet is present in the editor, and all the events code is identical to the original table. I'm wondering what needs to be changed to get the details table to display in these views.

Thanks!

H
Hertz2P author 3/18/2017



When I create a custom view from the invoices table, the details don't show up in the add, edit, or view pages. the " {$displayDetailTable_invdetails}" code snippet is present in the editor, and all the events code is identical to the original table. I'm wondering what needs to be changed to get the details table to display in these views.

Thanks!


Figured I may as well answer my own question since I figured it out... If you create a custom view from an existing table, all of the code and settings that are on the table at the time copy identically to the new view. The links created in the Master / Details relationships do not. You need to go to the tables page and link the same fields that the original table had if you want the same results..