CRM 4 – How to get the Fetch xml from an advanced find

I was wondering what the fetch xml was from an advanced find today and to get this is suprisingly easy.

All you have to do is run an advanced find.

Press F12

go to the Script tab

type in

resultRender.FetchXml.value

and you shall be rewarded with the FetchXml used to return the results in the advanced find

e.g

"<fetch version="1.0" output-format="xml-platform" mapping="logical" distinct="false"><entity name="customeraddress"><attribute name="name"/><attribute name="postalcode"/><attribute name="telephone1"/><attribute name="customeraddressid"/><order attribute="name" descending="false"/><link-entity name="account" from="accountid" to="parentid" alias="aa"><filter type="and"><condition attribute="accountid" operator="eq" uiname="Hosk Account" uitype="account" value="{F3D4F7ED-74EE-E011-A607-00155D6A3702}"/></filter></link-entity></entity></fetch>"
Advertisement

CRM 2011 – Tool – Role Updater for Microsoft Dynamics CRM 2011

I do love a good CRM 2011 tool, they can sometimes really make your life a lot easier.  The master of CRM 2011 tools is the great Tanguy and his fantastic blog Dynamic CRM Tools, if you visit his blog  I can guarantee you won’t leave without downloading one of his tools.

He is an MVP and rightly so.

He has been busy and has created a new tool, a Role updater for CRM 2011.  This is a great tool, it makes it easier for CRM 2011 administrators and developers to add or remove privileges to multiple security roles in one operation. You’ll no longer have to open each security role and apply privileges one by one.

http://roleupdater.codeplex.com/

 

Although setting security in CRM 2011 is easy to use it can be slow going especially if you have to add privileges for a new custom entity to lots of security roles.  This tool can  help make it quick to administer the security roles.

Here are some links to all of Tanguys tools