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

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Microsoft Dynamics AX (Archived)

Query class and crosscompany

(0) ShareShare
ReportReport
Posted on by

I need to enable crosscompany functionality for the credit check. I have extended the SalesTotalsBuildQueryRunTrans class and overridden the createSalesLineQueryRun() method. In this method I get the queryRun object from super() and set allowCrossCompany property to true. In the debugger, I can see the property has been set to true however the query doesn't change and the results of the query are also unchanged. I've done this hundreds of times in 2009. I have tried setting both the queryrun object as well as the query object. I don't understand what is wrong? Any help would be appreciated.

class SalesTotalsBuildQueryRunTrans_Global extends SalesTotalsBuildQueryRunTrans

{

protected QueryRun createSalesLineQueryRun()

{

QueryRun qr;

Query q;

qr = super();

q = qr.query();

q.allowCrossCompany(true);

q.addCompanyRange('USMF');

q.addCompanyRange('USPI');

qr.query(q);

 return qr;

}

*This post is locked for comments

I have the same question (0)
  • Basheer17 Profile Picture
    2,720 on at

    super() call is returning a QueryRun object, that means your query has already run. If you want to enable crosscompany do not call super, as it will return QueryRun, initialize query object in the overridden method using base method's code, set allowCrossCompany true and then run the query.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the March Top 10 Community Leaders

These are the community rock stars!

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
CP04-islander Profile Picture

CP04-islander 26

#2
imran ul haq Profile Picture

imran ul haq 8

#3
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 4 Super User 2026 Season 1

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans