Hi All,
I have a requirement like need to get data from 2 tables TableA and TableB from navision to other application and need to get some custom columns other than Table columns don't have in TableA and Table B in Navision 2016.
EX:
Type | Data Source | Name | Method Type | Method | Group By |
DataItem | TableA | <TableA> | |||
Column | TableA.Column1 | <TableA.Column1> | None | ||
Column | TableA.Column3 | <TableA.Column3> | None | ||
Column | 'Nav' | Source | None | ||
DataItem | TableB | <TableB> | |||
Column | TableB.Column1 | <TableB.Column1> | None | ||
And the output should be like
TableA.Column1 | TableA.Column3 | Source | TableB.Column1 |
123 | xyz | Nav | 90.90 |
234 | abc | Nav | 87.78 |
Thanks in Advance for you help.
*This post is locked for comments