web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Microsoft Dynamics CRM (Archived)

Fetching plugins, steps registered and associated entity and plugin metadata.

(0) ShareShare
ReportReport
Posted on by 34

Hi Folks.

I have a requirement to fetch the information of all plugins and  registered steps 1like message, entity, operation all context data, but I have to fetch it in XML.

I have to create Power BI Reports from it.

What entities I have to use in fetch XML to get all these.

Please help on it.

*This post is locked for comments

I have the same question (0)
  • Suggested answer
    gdas Profile Picture
    50,091 Moderator on at

    Hi ,

    You will find the information from SdkMessageProcessingStep and SdkMessageFilter table. Take a look below reference query -

    community.dynamics.com/.../quick-tip-locate-plugins-and-steps

  • Suggested answer
    gdas Profile Picture
    50,091 Moderator on at

    Hi ,

    You will find the information from SdkMessageProcessingStep and SdkMessageFilter table. Take a look below reference query -

    community.dynamics.com/.../quick-tip-locate-plugins-and-steps

  • Harshil Shah Profile Picture
    294 on at

    Hello Dixit,

    You will need to use advanced find on SdkMessageProcessingStep entity as shown in screen-shot below.

    You can create a utility or write a JavaScript code to retrieve data from this entity and then write a for loop to convert your data into XML format.

    Example:

    result = <Your logic to retrieve data>;

    If(result.length > 0)

    {

    var xml = "";

    for (var i = 0; i<result.length; i++){

    xml += "<Message>" + result[i].Message + "</Message>";

    }

    }

    Regards,

    Harshil Shah

    4251.pastedimage1562241338881v1.png

  • Suggested answer
    Dixit Seshan Profile Picture
    34 on at

    Thanks Goutam, I got it.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Women in Power Builds Momentum

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders

These are the community rock stars!

Leaderboard > 🔒一 Microsoft Dynamics CRM (Archived)

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans