Get data from table for all companies in ax 2012 using crossCompany
Views (3182)
To Get data from table for all companies in ax 2012 using crossCompany you can get hints from following code.
Vendtable Vendtable;
container conCompanies = ['dat','Test','Live'];
;
select crossCompany :conCompanies
* from Vendtable;
Vendtable Vendtable;
container conCompanies = ['dat','Test','Live'];
;
select crossCompany :conCompanies
* from Vendtable;
This was originally posted here.

Like
Report
*This post is locked for comments