Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
- Sign in to the Power Platform admin center.
- In the navigation pane, select Manage.
- In the Manage pane, select Environments.
- Select an environment.
- 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
Select an environment and go to Settings > Data management > Announcements.
On the command bar, select New.
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.
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
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>Go to Settings > Customizations > Customize the System.
Under Components, select Web Resources > New.
Type the name as
announcementsand display name as Announcements.In the Type drop-down list, select Web Page (HTML).
In the Upload File box, choose Browse and select the
announcementsondashboard.htmfile that you created earlier.Select Save.
Add this new web resource to any existing or new dashboard.