top of page

Broadcast announcements in Dynamics 365

Here is next blog on how to create and broadcast announcements to an entire Dynamics 365 CE organization.

Circulate information quickly to a wide set of users at one go by using Announcements in model-driven apps in Dynamics 365, such as Dynamics 365 Sales and Customer Service. Announcements can also serve as message boards, where you can post topics of your interest that you wish to share.

These settings can be found in the Power Platform admin center by going to Environments > [select an environment] > Settings > Data management > Announcements.

Make sure you have the System Administrator or System Customizer security role or equivalent permissions to update the setting.

Create an announcement

  1. Select an environment and go to Settings > Data management > Announcements.

  1. On the command bar, select New.

  2. Fill in the information, as required.

  1. Title (required) – Type a title for the announcement that clearly and unambiguously states the purpose and nature of the announcement.

  2. Body (required) – Type the text for the announcement that you want to broadcast.

  3. More Information URL (optional) – Type the address of the website that provides detailed information about the announcement.

  4. Expiration Date (optional) – Type the date on which you want to stop the broadcast and the announcement should expire.

Once you are done, choose Save or Save and Close to begin the broadcast.

Broadcast an announcement

Make the announcements available to other users in your organization by using web resources and dashboards.

Create a web resource

  1. In a text editor, type the following code, and save the file as “announcementsondashboard.htm”.

HTML Copy

<html>
<body>
<script type="text/javascript">window.location.href="/home/homepage/home_news.aspx?pagemode=iframe";</script>
</body>
</html>
 
  1. Go to Settings > Customizations > Customize the System.

  2. Under Components, select Web Resources > New.

  3. Type the name as “announcements” and display name as “Announcements”.

  4. In the Type drop-down list, select Web Page (HTML).

  5. In the Upload File box, choose Browse and select the “announcementsondashboard.htm” file that you created earlier.

  6. Select Save.

  7. Add this new web resource to any existing or new dashboard. I have added this to Customer Service Representative Dashboard, and you can see that in the below image.

Recent Posts

See All

Setup and use RSO in Dynamics 365 for Field Service

Here is my session recording from #Field Service Bootcamp on “Setup and use RSO in Dynamics 365 for Field Service”. In this session, I have explained how to setup and use RSO in Dynamics 365 for Field

1688905823827.jpg

Hi, I'm Dharani

I am a Principal Consultant at Capgemini Australia, specializing in Microsoft Business Applications. With a passion for knowledge sharing and community engagement, I hold the esteemed title of MVP in Business Applications and am a Microsoft Learn Expert.

  • Facebook
  • Twitter
  • LinkedIn
  • Instagram

Subscribe

Thanks for submitting!

bottom of page