Skip to main content

Notifications

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

  • Suggested answer
    Community Member Profile Picture
    on at
    RE: How to set user name using jscript in d365

    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);
            }
        );
    }

  • Sumedha Profile Picture
    142 on at
    How to set current user using jscript in d365

    Hello , 

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

  • Sumedha Profile Picture
    142 on at
    How to set current user name using jscript in d365

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

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

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Jonas ”Jones” Melgaard – Community Spotlight

We are honored to recognize Jonas "Jones" Melgaard as our April 2025…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 294,002 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 232,852 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,158 Moderator

Leaderboard

Product updates

Dynamics 365 release plans