CRM 2011 Find out the registered events of an entity form

Answered CRM 2011 Find out the registered events of an entity form

  • Saturday, June 23, 2012 12:13 PM
     
     

    Hello Everyone,

    I would like to know how we can find out the registered control and form events with methods.

    Say for instance, on account entity I have registered around 10 different web resources libraries.

    Now, I would quickly like to see the list of all JavaScript events registered either at control level or at form level for account entity.

    Is it possible to know OOB? Is there any tool that helps me to identify the same.


    Thanks, Ankit Shah


    Inkey Solutions, India.
    Microsoft Certified Business Management Solutions Professionals
    http://www.inkeysolutions.com/MicrosoftDynamicsCRM.html




All Replies

  • Saturday, June 23, 2012 12:55 PM
     
     

    http://blogs.infinite-x.net/2011/07/04/export-javascript-utility-updated/

    could help you

    or

    http://metadatadocgenerator.codeplex.com/


    Carsten Groth http://carstengroth.wordpress.com Microsoft Dynamics Certified Technology Specialist CRM Online 30 Tage kostenfrei testen – http://crm.dynamics.com/de-de/trial-overview


  • Saturday, June 23, 2012 12:59 PM
     
     

    Hello Carsten,

    Thanks for the response.

    As i could understand,  this tool will export the all web resources.

    Does it help to identify the the events and methods name for an entity? 


    Thanks, Ankit Shah


    Inkey Solutions, India.
    Microsoft Certified Business Management Solutions Professionals
    http://www.inkeysolutions.com/MicrosoftDynamicsCRM.html

  • Saturday, June 23, 2012 9:30 PM
     
     

    I am not sure if there is a tool that does exactly what you want. One option is to look at the solution packager tool that is part of the UR9 beta build. A bot if detail on tool is available here:

    gotcrm.blogspot.com/2012/06/solution-packager-enable-source-control.html

    If you look at the folder structure screenshot, notice that each entity has FormXML for the main display, which you can open and search for the right terms to see if there is js code in it. 


    Mani Ramachandran
    http://gotcrm.blogspot.com
    Follow me on Twitter!

  • Monday, June 25, 2012 10:49 AM
     
     

    Hello Mani,

    Thank you for the response.

    However, the given link is not working at present.


    Thanks, Ankit Shah


    Inkey Solutions, India.
    Microsoft Certified Business Management Solutions Professionals
    http://www.inkeysolutions.com/MicrosoftDynamicsCRM.html

  • Tuesday, August 07, 2012 4:12 PM
     
     

    Ankit, Did you ever find a way to solve this?  I need to do the same thing.

    Thanks,

    -John


    John Ross

  • Wednesday, August 08, 2012 1:00 AM
     
     Proposed

    An entity can have different forms so this information wil vary per form. I believe the last statement from Mani can get you there.

    You can query the SystemForm entity, filter it by type = 2 (Main Form), name and ObjectTypeCode and read the FormXml. Parse through the xml and you will find what you need.

    Regards,

    Mayank

    • Proposed As Answer by MayankAgrawal Wednesday, August 08, 2012 1:00 AM
    •  
  • Wednesday, August 08, 2012 1:54 PM
     
     Answered

    Hello Johnny,

    Yes, I found a nice tool for the same. You can download "Registered Events" from below URL..

    http://www.inkeysolutions.com/DynamicsCRMAddOns.html

     


    Thanks, Ankit Shah


    Inkey Solutions, India.
    Microsoft Certified Business Management Solutions Professionals
    http://www.inkeysolutions.com/MicrosoftDynamicsCRM.html