Tuesday, October 27, 2015

How To Generate LayoutXml Using AdvancedFind in MSCRM

  • Open Advanced Find



































  • Click On edit Columns and add Columns whatever you need, Then click on Results



































  • Press F12 function key on your Keyboard , a debugger window will pop up which looks like below screen shot(Google Chrome browser)





































  • Select the Region from Advanced Find which looks like below screenshot. 































  • Go To Developer Tools window and press Ctrl+F(to find) and type "LayoutXml" in textbox and Press Enter Key 


































































  • Copy the selected code which looks like above screenshot
This is the Final LayoutXml Snippet:

<grid name="resultset" object="4230" jump="name" select="1" icon="1" preview="1"><row name="result" id="userqueryid"><cell name="name" width="300" /><cell name="ownerid" width="100" /><cell name="modifiedon" width="100" /></row></grid>

Thank you....................

No comments:

Post a Comment