Hello Friends!! In my previous Blog post I walked you through about working on Announcement entity in Dynamics CRM.
In this post we'll learn about creating PowerApps application to showcase Organizational Announcement on user's mobile, tablet, etc. or even host the application in unified service desk so that all users get to know the latest news or information of an organization.
Let's get started..
In this post we'll learn about creating PowerApps application to showcase Organizational Announcement on user's mobile, tablet, etc. or even host the application in unified service desk so that all users get to know the latest news or information of an organization.
Let's get started..
Creating PowerApps for Announcement
- Navigate to PowerApps online IDE.
- Go to Data > Connections > Create New Connection (Dynamics 365)
- Now, go to Create > Start from data (other data sources).
- Next, select Dynamics 365 connection which we have created above, then select the dataset (your organization) and finally select the table (entity) i.e. Announcements and click on Connect.
- As we need Announcements App only for displaying the news or information of an organization and restrict users to edit the details, we'll delete the edit screen as it will be no longer required.
- Once we delete the edit screen, the control (+) available on main screen start showing errors which we then need to resolve. Remove the below highlighted button control and command associated with it.
- After removing the control (+) from the browse screen the header label of the screen shows error message which we need to resolve from all the respective commands. Similarly we need to remove other two controls (Refresh & Sorting icons) and resolve the commands accordingly.
- Similarly we need to remove controls (Delete & Edit icons) from detail screen and remove the reference of icons from all the respective commands.
After resolving all the errors (use App Checker icon available at right upper corner of the IDE to check all the errors and warnings if any) and completing UI changes it's time to publish and test the app.
- To publish the app, Save the app and then click on Publish.
- To test the app on your mobile or tablet, please download Power Apps application from 'Play Store' or 'App Store' and connect to your Dynamics 365 online environment and then you can see the published app.
Here we learn how to create simple PowerApps application and use it on our mobile device.
In next blog we'll learn to host this PowerApps application in Unified Service Desk so that the organization can broadcast their important information quickly at contact centers.
Happy Learning..!