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

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Microsoft Dynamics CRM (Archived)

Email Followers from a Workflow Email

(0) ShareShare
ReportReport
Posted on by

I have a workflow which creates an email activity when the estimated close date is changed in an opportunity.

I would like this email to be sent to all the followers of the opportunity but can't find an obvious way to do this.

Does anyone have any ideas on how this might be achieved?

Thanks

*This post is locked for comments

I have the same question (0)
  • Suggested answer
    Royal King Profile Picture
    27,686 on at

    There is no out of box utility that can provide all the followers of the record in workflow.But you can achieve this using custom workflow.

    You can retrieve followers of the particular record by querying postfollow entity. Here is the sample fetchxml that retrieves followers of the Opportunity.

    <fetch version="1.0" output-format="xml-platform" mapping="logical" distinct="false">

     <entity name="postfollow">

       <attribute name="regardingobjectid" />

       <attribute name="ownerid" />

       <filter type="and">

         <condition attribute="regardingobjectid" operator="eq" uiname="6 orders of Product SKU JJ202 (sample)" uitype="opportunity" value="{2477BA82-2C0F-E411-A4CE-9CB654946F5C}" />

       </filter>

     </entity>

    </fetch>

  • Suggested answer
    Nic Oughton Profile Picture
    on at

    Thanks - I will give that a try

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Congratulations to our 2025 Community Spotlights

Thanks to all of our 2025 Community Spotlight stars!

Leaderboard > 🔒一 Microsoft Dynamics CRM (Archived)

#1
JS-09031509-0 Profile Picture

JS-09031509-0 3

#2
AS-17030037-0 Profile Picture

AS-17030037-0 2

#2
Mark Eckert Profile Picture

Mark Eckert 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans