Monday, August 29, 2016

Dynamic CRM - To retrieve all attributes using Fetch XML in CRM


In this post, will review the Fetch XML script to retrieve all attributes within a given entity.

As an example, lets consider the sample SQL:

SELECT * FROM Employee;

Above SQL, when converted to Fetch XML, will be :

Happy coding....

No comments:

Post a Comment