web
You’re offline. This is a read only version of the page.
close
Skip to main content
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
    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
    50,091 Moderator 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

  • Harshil Shah Profile Picture
    294 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
    Dixit Seshan  Profile Picture
    34 on at
    RE: Fetching plugins, steps registered and associated entity and plugin metadata.

    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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Abhilash Warrier – Community Spotlight

We are honored to recognize Abhilash Warrier as our Community Spotlight honoree for…

Leaderboard > 🔒一 Microsoft Dynamics CRM (Archived)

#1
HR-09070029-0 Profile Picture

HR-09070029-0 2

#1
UllrSki Profile Picture

UllrSki 2

#3
ED-30091530-0 Profile Picture

ED-30091530-0 1

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans