Edit

Share via


Broadcast announcements to an entire organization

Important

Announcements are deprecated and removed from current releases.

Use announcements in customer engagement apps (Dynamics 365 Sales, Dynamics 365 Customer Service, Dynamics 365 Field Service, Dynamics 365 Marketing, and Dynamics 365 Project Service Automation) to quickly share information with a wide set of users. Announcements can also serve as message boards where you can post topics of interest that you want to share or get answers to.

  1. Sign in to the Power Platform admin center.
  2. In the navigation pane, select Manage.
  3. In the Manage pane, select Environments.
  4. Select an environment.
  5. Go to Settings > Data management > Announcements.

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

  • Follow the steps in View your user profile.
  • If you don't have the correct permissions, contact your system administrator.

Create an announcement

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

  2. On the command bar, select New.

  3. Fill in the information, as required.

    • Title (required) - Type a title for the announcement that clearly and unambiguously states the purpose and nature of the announcement.
    • Body (required) - Type the text for the announcement that you want to broadcast.

    Tip

    You can copy and paste an announcement text from another application. However, formatting might be lost.

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

    Note

    A web address that doesn't contain http:// is automatically expanded to a full web address. In the announcement, the web address appears as an active external link.

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

    Note

    You can't edit or extend this date after expiry. Customer engagement apps delete the announcement after the expiration date.

  4. When you're done, on the command bar, 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>
    <body>
    <script type="text/javascript">window.location.href="/home/homepage/home_news.aspx?pagemode=iframe";</script>
    </body>
    </html>
    
  2. Go to Settings > Customizations > Customize the System.

  3. Under Components, select Web Resources > New.

  4. Type the name as announcements and display name as Announcements.

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

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

  7. Select Save.

  8. Add this new web resource to any existing or new dashboard.