web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics CRM (Archived)

Auto-Populate free text field with Lookup Value

(0) ShareShare
ReportReport
Posted on by

Good morning all,

I'm trying to auto populate a free text field with the value of a lookup, i.e. populate Joe Smith in the free text field based on the look up value Joe Smith.

I've tried this code:

function AutoName(){

var ContactName = Xrm.Page.data.entity.attributes.get("new_contactnameid").getValue()[0].name;
var ContactNameId = Xrm.Page.data.entity.attributes.get("new_contactnameid").getValue()[0].id;
ContactNameId = ContactNameId.replace('{', '').replace('}', '');
var entityType = "contact";

var LookupValue = new Array();
LookupValue[0] = new Object();
LookupValue[0].id = ContactNameId;
LookupValue[0].name = ContactName;
LookupValue[0].entityType = entityType;

Xrm.Page.getAttribute("new_name").setValue(LookupValue);
}

For some reason I keep getting the error "invalidType".

Thanks in advance.

*This post is locked for comments

I have the same question (0)
  • Verified answer
    RaviKashyap Profile Picture
    55,410 Moderator on at

    Hi,

    try this-

    function AutoName(){

    var ContactName = Xrm.Page.data.entity.attributes.get("new_contactnameid").getValue()[0].name;

    Xrm.Page.getAttribute("new_name").setValue(ContactName);

    }

    Hope this helps.

  • Community Member Profile Picture
    on at

    Thanks Ravi, it worked!

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

Leaderboard > 🔒一 Microsoft Dynamics CRM (Archived)

#1
SA-08121319-0 Profile Picture

SA-08121319-0 4

#1
Calum MacFarlane Profile Picture

Calum MacFarlane 4

#3
Alex Fun Wei Jie Profile Picture

Alex Fun Wei Jie 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans