AX 2012 R3: No Sales Orders Show Up in the All Sales Order List Page

By Tom Branca | January 9, 2015

If you can only see one customer’s sales orders or no sales orders show up in the All Sales Order List Page this blog can help you out. I’ve had this problem multiple times since AX 2012 has come out when using the Contoso Demo Dataset and finally I gave in and figured out why the heck the problem was occurring on my instance.

Here is what I knew:
1. I didn’t have an external relation setup on my user account.
    a. External Relations are what is setup to filter the AX so you can only see you’re customer account records.  This is primarily used with external users.

All Sales Order List Page

2. I didn’t have anything else setup that I thought was going to cause a problem.
Here is what I found:
I started out with finding what class was tied to the SalesTableListPage form and it was a class called SalesTableListPageInteraction.
This class has a method called “InitializeQuery” which kept pushing me down a path on line 8.  I shouldn’t even hit line 8 because I don’t have the external relationship setup which the ‘if condition’ checks for as seen in the screenshot below.

Initialize Query

I started to dig into where the “IsCustomer” variable is set and I was brought to Classes\EP\isCustomer.  I kept falling into the ‘else’ on line 35 which runs a select statement that checks to see if you have a user account with a user relation setup which I do.  Then it looks to see if that user relation has a customer associated to it which I don’t but the system said I did.

Classes Editor

The funny part here is the comment in the code says that it is checking to see if you are a contact person for a customer account.
Anyway, I ran a select statement in SQL and it showed that my user relationship was associated with a customer in USSI which is a company that I had never used.  I took a look in the application at this customer’s account and I didn’t find that I was a contact on the customer or that I had any association with the customer other than in the backend.  I’m going to assume this error is due to data damage or a coincidence with the demo dataset.  I removed the customer from USSI as they had no transactional data and then went back to USMF Company and I could see all the sales orders again.  Woohoo!

Summary: 

If you can only see one customer’s sales orders or zero sales orders when viewing the All Sales Order List Page this blog can help you out.  It points you to the “external relationship” which is where you can setup what customer you are associated with.  Not having an external relationship should give you access to all sales orders.  This article also shows you what classes to look at to help troubleshoot the issue.

Related Posts


Under the terms of this license, you are authorized to share and redistribute the content across various mediums, subject to adherence to the specified conditions: you must provide proper attribution to Stoneridge as the original creator in a manner that does not imply their endorsement of your use, the material is to be utilized solely for non-commercial purposes, and alterations, modifications, or derivative works based on the original material are strictly prohibited.

Responsibility rests with the licensee to ensure that their use of the material does not violate any other rights.

Start the Conversation

It’s our mission to help clients win. We’d love to talk to you about the right business solutions to help you achieve your goals.

Subscribe To Our Blog

Sign up to get periodic updates on the latest posts.

Thank you for subscribing!