Skip to main content

Notifications

Microsoft Dynamics CRM (Archived)

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

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 290 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,085 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,085 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

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Community AMA December 12th

Join us as we continue to demystify the Dynamics 365 Contact Center

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,240 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,149 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans