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 :
Customer experience | Sales, Customer Insights,...
Suggested Answer

Change sub grid column titles based on selected view in D365 Portal

(0) ShareShare
ReportReport
Posted on by 821

Is there way I can change a column title in a  sub grid  located on a D365 portals entity form without  using entity form meta data for the sub grid . The Reason for this is that I have a sub grid with multiple views and there are two fields which need to be titled differently base on the view selected.  Some example JavaScript would be great

 

Your input would be great

I have the same question (0)
  • Suggested answer
    Naveen Ganeshe Profile Picture
    3,397 User Group Leader on at

    Hi,

    You can write a function on change of view and execute the below code in order to change the column name dynamically. Please make sure to change the hierarchy of the table to your column name:

    if(viewName== "firstView")

    {$('table[data-name="YourValue"] > thead > th:first').innerText="Some Name";

    }

    else if(viewName == "SecondView")

    {

    $('table[data-name="YourValue"] > thead > th:first').innerText="Some Other Name";

    }

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 > Customer experience | Sales, Customer Insights, CRM

#1
ManoVerse Profile Picture

ManoVerse 162 Super User 2026 Season 1

#2
11manish Profile Picture

11manish 134

#3
Jimmy Passeti Profile Picture

Jimmy Passeti 55 Most Valuable Professional

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans