Skip to main content

Notifications

Microsoft Dynamics CRM (Archived)

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

(0) ShareShare
ReportReport
Posted on by 30

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

  • Suggested answer
    Dixit Seshan  Profile Picture
    Dixit Seshan 30 on at
    RE: Fetching plugins, steps registered and associated entity and plugin metadata.

    Thanks Goutam, I got it.

  • Harshil Shah Profile Picture
    Harshil Shah 292 on at
    RE: Fetching plugins, steps registered and associated entity and plugin metadata.

    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
    gdas Profile Picture
    gdas 50,087 on at
    RE: Fetching plugins, steps registered and associated entity and plugin metadata.

    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
    gdas 50,087 on at
    RE: Fetching plugins, steps registered and associated entity and plugin metadata.

    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

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

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Announcing Forum Attachment Improvements!

We're excited to announce that attachments for replies in forums and improved…

Vahid Ghafarpour – Community Spotlight

We are excited to recognize Vahid Ghafarpour as our February 2025 Community…

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,965 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 230,836 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans