Latest posts
-
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 users to the e-mail in Read more
-
Dynamics 365 Workflow Activity – Calculate Rollup Field(CalculateRollupFieldRequest)
If you need to update/re-calculate a rollup field by manually or by a condition you can use the below code to create a custom Workflow Activity for yourself. Then use this WF Activity in a workflow based on your business requests.🥳 The best part of this code is, you can use any entity and rollup Read more
-
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 notifications can also lead users Read more
-
How to Retrieve More Than 5.000 Records in Dynamics 365
When you are working with entities like Accounts, Contacts, Leads, Opportunities you will most likely have more than 5.000 records in your environment. There would be cases like you want to bulk update most or all of the records in your system. When you create your query and fetch the records whether with QueryExpression or Read more
-

Dynamics 365 – Bulk Edit Entity Records Using Views
In the new 2021 Release Wave 2 that will be go live at October 1st 2021, Microsoft has removed the hybrid experience between Web Client and Unified Interface. With the new Unified Interface dialogues, we now are able to edit multiple records directly from views. The first thing that catches our eyes is the new Read more