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)

First name+ Last Name=Full Name

(0) ShareShare
ReportReport
Posted on by

Full Name:

First Name:Naresh

Last Name:Kumar

When ever given first name and last name automatically display the full name like Naresh Kumar  how to achive this task pls help me friends 

*This post is locked for comments

I have the same question (0)
  • Verified answer
    Community Member Profile Picture
    on at

    You can use calculated field to achieve this. Refer this:

    www.summitgroupsoftware.com/.../calculated-fields-part-2-working-string-functions

  • Community Member Profile Picture
    on at

    Thanks....I got......feeling happy..

  • Suggested answer
    Nithya Gopinath Profile Picture
    17,078 on at

    Hi Naresh,

    In order to achieve this task, follow the steps below.

    Step 1: Create a calculated field "Full Name" in the entity as shown in the screenshot below.

    72485.2.PNG

    Step 2: Click on the Edit button near the field type Calculated. A new window appears as follows.

    72485.2.PNG

    Create the conditions for the calculated field as shown above and click on Save and Close.

    Now the calculated field full name displays the concatenated values of first name and last name.

    Also, refer the link below for more information on concatenated field.

    http://www.preact.co.uk/blog/working-with-calculated-fields-in-microsoft-dynamics-crm

    Hope this helps.

  • Suggested answer
    Meraki Community Profile Picture
    5 on at

    function displayFullName() {

    var firstname = Xrm.Page.getAttribute("entity_name").getValue();

    var lastname = Xrm.Page.getAttribute("entity_name").getValue();

    var display = Xrm.Page.getValue("entity_fullName").setValue(firstname  + " " + lastname );

    return display

    }

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)

#1
JS-09031509-0 Profile Picture

JS-09031509-0 3

#2
AS-17030037-0 Profile Picture

AS-17030037-0 2

#2
Mark Eckert Profile Picture

Mark Eckert 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans