Tag: Dynamics CRM
-
Dynamics 365 – Get E-mail Address of Activity Parties from SDK (RetrieveMultiple)
By using below code you can retrieve all Required and Optional Attendees of an Activity. You don’t need to specify the name of the entity. By doing it so, it allows you to use it for any of the activity entity.
-
Dynamics 365 – Set Business Process Flow Stage Automatically by Using a Workflow
Create a new Process in Category of Worklfow. Choose the entity with the same name as Business Process Flow you want to Set it’s Stage. Check the “Run this Workflow in the background” option. Check the “Process Changes” option. Click “Select” button. Choose your “Record Type” with the Entity Type…
-
Dynamics 365 – Auto-Generated Power BI Reports For Your Views
With this new cool feature, now Power BI automatically generates the visuals for you, so you can start exploring the data immediately. Power BI quick reports generate a report automatically based on the page context. It automatically detecss data types. You don’t need to setup or configure anything in Power BI.…
-
Dynamics 365 Workflow Activity- Send Email to Team Members by a Workflow(Add Team Users to the Email Recipients)
In Dynamics 365, you can’t send E-mail to the team members out of box. But workaround for this is easy. First you create your Email in Workflow by using out of box Create Record step. If you have any “To” or “CC” users other than team members, you add those…
-
Dynamics 365 – In-App Notifications – Send App Notifications To Users
With the new features of Model Driven Apps in Dynamics 365, the user can now get fancy in-app notifications. The users will see a notification pop-up in their apps based on the condition they want(creating a record, updating a field, deleting a record etc. basically anything you want) and this…