Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics 365 | Integration, Dataverse...
Answered

How will use webApi retrieve multiple result in JavaScript.

(0) ShareShare
ReportReport
Posted on by 35

How will use webApi retrieve multiple result in JavaScript.

Please provide any sample code for learning.

  • Rajeshkanna Profile Picture
    Rajeshkanna 35 on at
    RE: How will use webApi retrieve multiple result in JavaScript.

    Hi Mahendra,

    Thanks for your information about the webapi.

  • Haansi Profile Picture
    Haansi 1,431 on at
    RE: How will use webApi retrieve multiple result in JavaScript.

    I hope the provided links has answered your question, so marking them as "answers". If not please feel free and let us know.

  • Verified answer
    RE: How will use webApi retrieve multiple result in JavaScript.

    From CRM REST Builder:

    Xrm.WebApi.online.retrieveMultipleRecords("account", null).then(

       function success(results) {

           for (var i = 0; i < results.entities.length; i++) {

               var accountid = results.entities[i]["accountid"];

           }

       },

       function(error) {

           Xrm.Utility.alertDialog(error.message);

       }

    );

  • Verified answer
    Mahendar Pal Profile Picture
    Mahendar Pal 45,095 on at
    RE: How will use webApi retrieve multiple result in JavaScript.

    Hi,

    First if you don't have experience in writing webapi request, download Rest builder where you can design your request and can use it in the webresource.

    Download link

    github.com/.../CRMRESTBuilder

    Here is how to use rest builder to generate query

    www.wipfli.com/.../tc-crm-rest-builder-dynamics-crms-web-api

    Some other samples

    carldesouza.com/.../

    docs.microsoft.com/.../retrievemultiplerecords

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

Congratulations 2024 Spotlight Honorees

Kudos to all of our 2024 community stars! 🎉

Meet the Top 10 leaders for December

Congratulations to our December super stars! 🥳

Start Your Super User Journey Pt 2

Join the ranks of our community heros! 🦹

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,883 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,569 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Product updates

Dynamics 365 release plans