web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :

Get data from table for all companies in ax 2012 using crossCompany

SANTOSH KUMAR SINGH Profile Picture SANTOSH KUMAR SINGH 1,224
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;

This was originally posted here.

Comments

*This post is locked for comments