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)

Check whether a particular account record exists or not in the CRM using Account Number

(0) ShareShare
ReportReport
Posted on by

Hello,

I have a requirement to check the existence of an account record in the CRM when a user enters the account number in a field. Can you please suggest a JS code for the same that should trigger on the onchange event of the field. I have tried the following code but it seems like that the basic example in SDK.REST uses record's ID to retrieve the record, but I only have the account number input by the user:

function retrieveAccountCustom() {
var AccountNumber = Xrm.Page.getAttribute("myfieldname").getValue();

//How to use accountnumber here in the SDK.REST.retrieveRecord function

var AccountId;

if (accountnumber != null){


SDK.REST.retrieveRecord(
AccountId,
"Account",
null,null,
function (account) {
writeMessage("Retrieved the account named \"" + account.Name + "\". This account was created on : \"" + account.CreatedOn + "\".");

},
errorHandler
);


}
}

Thanks!

*This post is locked for comments

I have the same question (0)
  • Verified answer
    JohnAnonymous Profile Picture
    5,241 on at

    If you are using CRM 2016 or later, it's better to use the new WebApi to query data.

    Here's the msdn documentation on the WebApi: msdn.microsoft.com/.../gg334767.aspx and this is the paragraph where filters are explained: msdn.microsoft.com/.../gg334767.aspx

    Als check out the CRM Rest builder to help you create the javascript: github.com/.../CRMRESTBuilder

  • Suggested answer
    Community Member Profile Picture
    on at

    Did you try using Duplicate Detection Rules?

  • Community Member Profile Picture
    on at

    Thanks!

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