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 365 | Integration, Dataverse...
Suggested Answer

How to set user name using jscript in d365

(0) ShareShare
ReportReport
Posted on by 142

Can anyone suggest me a code of  How to set user name using jscript in d365

I have the same question (0)
  • Sumedha Profile Picture
    142 on at

    Hello, Can anyone suggest me a code of How to set current user name using jscript in d365

  • Sumedha Profile Picture
    142 on at

    Hello , 

    Can anyone help me how to set current user using jscript in d365

  • Suggested answer
    Community Member Profile Picture
    on at

    Hi,

    Please try the following code;

    function formOnLoad(executionContext){
        var UserId = Xrm.Page.context.getUserId();
        var data = {
            "firstname":"Steve",
            "lastname":"Zhao",
            "fullname":"Steve Zhao"
         };
        Xrm.WebApi.updateRecord("systemuser", UserId, data).then(
            function success(result){
                console.log("Sucess");
            },
            function (error) {
                console.log(error.message);
            }
        );
    }

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 365 | Integration, Dataverse, and general topics

#1
iampranjal Profile Picture

iampranjal 51

#2
Martin Dráb Profile Picture

Martin Dráb 39 Most Valuable Professional

#3
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 26 Super User 2025 Season 2

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans