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)

JS create record get guid

(0) ShareShare
ReportReport
Posted on by 395

Hi,

I create record in js with sdk

There is any way to get the guid of the created record?

Thanks!

*This post is locked for comments

I have the same question (0)
  • Nithya Gopinath Profile Picture
    17,078 on at

    Hi,

    You can use the following code for getting the guid of the record.

    var id =Xrm.Page.data.entity.getId();

    This returns the ID of the record created.

    Refer the link below.

    https://crmbusiness.wordpress.com/2014/02/17/crm-2013-javascript-to-get-id-of-record/

    Hope this helps

    Thanks

  • Suggested answer
    Community Member Profile Picture
    on at

    Hello,

    refer below.

    365dynamicscrm.wordpress.com/.../webapi-javascript-to-create-a-record

    Mansoor

  • FikriHailal Profile Picture
    121 on at

    $.ajax({
    type: "POST",
    contentType: "application/json; charset=utf-8",
    datatype: "json",
    url: Xrm.Page.context.getClientUrl() + "/XRMServices/2011/OrganizationData.svc/lnkt_troubleticketSet",
    data: JSON.stringify(entity),
    beforeSend: function (XMLHttpRequest) {
    XMLHttpRequest.setRequestHeader("Accept", "application/json");
    },
    async: true,
    success: function (data, textStatus, xhr) {
    var newEntityId = data.d.lnkt_troubleticketId;
    alert(newEntityId);
    },
    error: function (xhr, textStatus, errorThrown) {
    alert(textStatus + " " + errorThrown);
    }
    });

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