Microsoft Dynamics CRM 2015 Application Design Quotes

Rate this book
Clear rating
Microsoft Dynamics CRM 2015 Application Design Microsoft Dynamics CRM 2015 Application Design by Mahender Pal
5 ratings, 4.60 average rating, 0 reviews
Microsoft Dynamics CRM 2015 Application Design Quotes Showing 1-2 of 2
“We can use both endpoints to get data from Microsoft Dynamics CRM 2015 databases. Although SOAP supports more methods, OData is easy to develop with. The following table shows the differences between OData and Modern SOAP: OData Modern SOAP Only supports CURD, Associate and Disassociate methods Supports all methods Can't access metadata Metadata can be accessed Returns 50 records per page Returns 5,000 records per page Schema names used for entities and fields while writing queries Logical names used while writing queries Easy to write and provides a better development experience”
Mahender Pal, Microsoft Dynamics CRM 2015 Application Design
“also use the codeplex utility to write OData request:”
Mahender Pal, Microsoft Dynamics CRM 2015 Application Design