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)
Active Discussion

Join InventTable with EcoRes Tables

(0) ShareShare
ReportReport
Posted on by

Here is an example code of how to join InventTable with their Attribute Tables,

InventTable                                             inventTable;
EcoResProduct                                        ecoResProduct;
EcoResValue                                           ecoResValue;
EcoResAttributeValue                             ecoResAttributeValue;
EcoResAttribute                                      ecoResAttribute;
EcoResInstanceValue                              ecoResInstanceValue;
EcoResAttributeType                              ecoResAttributeType;
EcoResProductInstanceValue                 ecoResProductInstanceValue;
int i = 0;
;
while select ecoResAttributeValue
join ecoResAttribute
where ecoResAttributeValue.Attribute == ecoResAttribute.RecId
join ecoResAttributeType
where ecoResAttribute.AttributeType == ecoResAttributeType.RecId
join ecoResInstanceValue
where ecoResAttributeValue.InstanceValue == ecoResInstanceValue.RecId
join ecoResValue
where ecoResAttributevalue.Value == ecoResValue.RecId
join ecoResProductInstanceValue
where ecoResInstanceValue.RecId == ecoResProductInstanceValue.RecId
join ecoResProduct
where ecoResProduct.RecId == ecoResProductInstanceValue.Product
join inventTable
where inventTable.Product == ecoResProduct.RecId
{
     info(strFmt("%1 %2",ecoresproduct.DisplayProductNumber,ecoResAttribute.Name));
}

*This post is locked for comments

  • André Arnaud de Calavon Profile Picture
    304,553 Super User 2026 Season 1 on at

    Hi Vairam,

    Do you have a question here or is it a kind of blog post. In case of a blog, please read the next page to get a blog space available: community.dynamics.com/.../136.request-a-new-blog-or-blog-to-syndicate

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 39

#2
Michel ROY Profile Picture

Michel ROY 14

#3
imran ul haq Profile Picture

imran ul haq 8

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans