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)

Data not populating in Retail Supplemental Hierarchy

(0) ShareShare
ReportReport
Posted on by 125
Hi all,i am adding data through import in Supplemental retail hierarchy under products using this code(main part written here),
although the data inserted in EcoResProductCategory Table,but is not showing in Grid(Screenshot Attached),dont know why,also you people know,product,
product variant etc are reference group field in RetailGroupMemberLine Table.I dont know much about reference group field,as far as i know i am
inserting data in EcoResProductCategory Table,should show data in grid in RetailGroupMemberLine due to relation.Any one please guide me why is data
not coming in grid.


0184.Capture.PNG


EcoResProductCategory   newEcoResProductCategory;
    EcoResProductCategory   selectedEcoResProductCategory;

    select firstonly RecId from selectedEcoResProductCategory
        where selectedEcoResProductCategory.CategoryHierarchy == _ecoResCategory.CategoryHierarchy
            && selectedEcoResProductCategory.Product == _ecoResProduct.RecId;

    if (selectedEcoResProductCategory.RecId == 0)
    {
        newEcoResProductCategory = null;
        newEcoResProductCategory.initValue();
        newEcoResProductCategory.Category           = _ecoResCategory.RecId;
        newEcoResProductCategory.CategoryHierarchy  = _ecoResCategory.CategoryHierarchy;
        newEcoResProductCategory.Product            = _ecoResProduct.RecId;
        newEcoResProductCategory.insert();
    }
    else
    {
        error (strFmt("@RET260198",
                    EcoResProduct::find(_ecoResProduct.RecId).productName(),
                    EcoResCategoryHierarchy::find(_ecoResCategory.CategoryHierarchy).Name));
    }

 

*This post is locked for comments

I have the same question (0)

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