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 CRM (Archived)

MS CRM Customization

(0) ShareShare
ReportReport
Posted on by 61

Hi

i am tying to add a drop down in that instead of showing default entity value, i need to display some other column as selection. 

can anyone help me in this. 

ex: First screen is showing "New" as material name as selection, but i need to show "PH2" as product hierarchy on selection. 

6747.pastedimage1567696530932v1.png  1641.pastedimage1567696530932v2.png

*This post is locked for comments

I have the same question (0)
  • Suggested answer
    Temmy Wahyu Raharjo Profile Picture
    2,916 on at

    This is product design already. Dynamic CRM will show primary field attribute as a bigger text. The other will based on the default view order. If you want to switch it. Then you need to switch the primary field.

  • Suggested answer
    Dilip Verma Profile Picture
    10 on at

    Hi Yogesh,

    If I understood your requirement - you want to show some other column value on lookup from same record.

    Through normal configuration you can only achieve this via proper design for entity

    So it will look like this:

    3603.pastedimage1568456832847v1.png

    5504.pastedimage1568456852580v2.png

    With Customization you need to write javascript on onload/onChange event -

    Retrieve this field create lookup value with display name as that column

     const object = new Array();
                                object[0] = new Object();
                                object[0].id = id;
                                object[0].name = column name you want to display;
                                object[0].entityType = entityName;

    and then set on that lookup

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 CRM (Archived)

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans