Hi everyone,
is there a possibility to create a List Page with two source tables?
For example a List Page with Purchase Invoice Lines AND Purchase Receipt Lines.
In SQL it would be a view with SQL command UNION on two tables.
I would be very pleased if I could get help or further information on this topic.
Thanks in advance.
Daniel
0
Answers
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
https://rockwithnav.wordpress.com/2016/11/29/sql-view-nav/
Blog - rockwithnav.wordpress.com/
Twitter - https://twitter.com/RockwithNav
Facebook - https://facebook.com/rockwithnav/
It's not exactly future/cloud proof and it adds unnecessary complexity to your installation and maintainability.
One advantage to a temporary table is that if you need this report elsewhere (i.e. in a report), you can re-use the code that scans the tables & creates the data for the page & report.