Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Unanswered

When releasing products only for few legal entities showing values for custom display method other legal entities does not showing values.

(0) ShareShare
ReportReport
Posted on by 148

Hello everyone,

My scenario : 

I have 4 legal entities like MH01, MHQA, MHOM, MHBH.

I created one item named as ApntTest in MH01 legal entity.

I have one customized field category name (display method).

when releasing above item to other legal entities only for MH01 and MHQA showing that category name remaining two legal doesn't showing values.

I checked in sql Item is creating for all legal entities but category is created only in 2 legal enitties. consider below image.

pastedimage1676373804143v1.png

  • Prasanth Profile Picture
    148 on at
    RE: When releasing products only for few legal entities showing values for custom display method other legal entities does not showing values.

    Thank u for repsonding André Arnaud de Calavon

    I fixed above issue, in parameters set up missing so it's not coming for few lwgal entities.

  • André Arnaud de Calavon Profile Picture
    294,127 Super User 2025 Season 1 on at
    RE: When releasing products only for few legal entities showing values for custom display method other legal entities does not showing values.

    Hi Prasanth123,

    The EcoRes tables are global, so it should be related to the InventParameters table. Have you checked if the value of the custom field ApntCategoryHierarchy has the correct value in all legal entities?

  • Prasanth Profile Picture
    148 on at
    RE: When releasing products only for few legal entities showing values for custom display method other legal entities does not showing values.

     public display EcoResCategoryName apntGetProductCategoryName()
        {
            EcoResProductCategory   ecoResProductCategory;
            EcoResCategory          ecoResCategory;
            InventParameters        inventParameter = InventParameters::find();
    
            select firstonly ecoResCategory
                join ecoResProductCategory
                where ecoResProductCategory.Category            == ecoResCategory.RecId
                   && ecoResProductCategory.CategoryHierarchy   == inventParameter.ApntCategoryHierarchy
                   && ecoResProductCategory.Product             == this.Product;
    
            return ecoResCategory.Name;
        }

    above is the display method.

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

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Jonas ”Jones” Melgaard – Community Spotlight

We are honored to recognize Jonas "Jones" Melgaard as our April 2025…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 294,127 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 232,871 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,158 Moderator

Leaderboard

Product updates

Dynamics 365 release plans