Announcements
No record found.
Good day,
By using RetrieveMultileRecords function in Javascript, can we sort the record first and get the top 5 or 10 and specify ascending or descending ?
Regards,,
Hi,
Yes, it is feasible. Please refer to the example below:
Xrm.WebApi.retrieveMultipleRecords('contact', "?$orderby=emailaddress1 asc&$top=10").then( function success(result) { console.log(result) }, function (error) { console.log(error.message); // handle error conditions } );
This example allows you to search for the first 10 contacts by applying an order to their email address in an ascending way.
Hi, any news ?
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.
Congratulations to our 2026 Super Stars!
We are thrilled to have these Champions in our Community!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
ManoVerse 163 Super User 2026 Season 1
11manish 158
Zhilan 49