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)

Find ItemNumber

(0) ShareShare
ReportReport
Posted on by

Hi,

How to find ItemNumber with EcoResAttribute,EcoResCategoryAttribute,EcoResCategory Buffers?

If i join EcoResCategory with EcoResProductCategory Table , i'm getting issue like Cartesian.

So, how to find ItemNumber in the correct way?

*This post is locked for comments

I have the same question (0)
  • Suggested answer
    Rustem Galiamov Profile Picture
    8,072 on at

    Hi Vairam Srinivasan Sankaramoorthy!

    Can you give us more information about your requirements?

    I've try this and there is no issue like Cartesian:

    static void Job187(Args _args)
    {
        EcoResCategory        category;
        EcoResProductCategory productCategory;
        EcoResProduct         product;
        
        while select category
        join productCategory 
            where productCategory.Category == category.RecId
        join product 
            where product.RecId == productCategory.Product
        {
            info(product.DisplayProductNumber);
        }
    }


  • Suggested answer
    Community Member Profile Picture
    on at

    Hi Rustem,

    Thanks for your Response , i have a bunch of AttributeValues(EcoResAttribuveValues) and i have to find the ItemNumber for each of the Records , and i achieved that through

    InventTable<--------------->EcoResProduct<-------------->EcoResProductInstanceValue<----------------->EcoResInstanceValue<-------------->EcoResAttributeValue.

    Anyway thanks Rustem

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 16

#2
GiacomoRovai Profile Picture

GiacomoRovai 4

#3
Douglas Noel Profile Picture

Douglas Noel 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans