domingo, 15 de septiembre de 2013

CRM 4.0 - Sacar un fetch de una búsqueda avanzada

Using Advanced Find for FetchXML builder v4.0


Some time ago I have written an article about how to use the Advanced Find as FetchXML builder. Today I tried using the javascript:prompt() method on a CRM 4.0 deployment and found out that the code doesn't work anymore. This alert script does still work though.

javascript:alert(resultRender.FetchXml.value);

A slightly different code which might be easier to remember is:

javascript:alert(document.all.FetchXml.value);

With the popup selected you can press copy+c and paste the result in a notepad window.

No hay comentarios:

Publicar un comentario