Microsoft Dynamics Community
Search
User
Site
Search
User
Microsoft Dynamics CRM
Nishant Rana’s Weblog
Blogs
Forum
Mentions
Sub-Groups
Tags
More
Cancel
New
Nishant Rana’s Weblog
Tags
About
Subscribe by email
More
Cancel
By date
By view count
By comment count
Descending
Ascending
Filter rows and Trigger Conditions in Power Automate
Nishant Rana
Filter rows and Trigger Conditions can be used to specify the condition on which the trigger should fire. This makes sure that we do not exceed flow execution limits. Power Automate Licensing – Power Platform Requests Power Automate Limits and Config...
19 May 2022
Fixed – Unable to process template language expressions for trigger. In the template language function ‘convertToUtc’, the value provided for the time zone id ‘Gulf Standard Time’ was not valid while using Delay Until property– Power Automate
Nishant Rana
Recently while using Delay until property of the trigger, in one of the flows, we got the below error “Unable to process template language expressions for trigger ‘When_a_row_is_added,_modified_or_deleted’ at line ‘1’ an...
18 May 2022
Fixed – Invalid template. Unable to process template language expressions in action. Template language expression cannot be evaluated: the template action is not defined in the current scope (Power Automate)
Nishant Rana
While testing a cloud flow in Power Automate, for one of the actions, we got the below error Unable to process template language expressions in action ‘Update_a_row’ inputs at line ‘0’ and column ‘0’: ‘Templa...
17 May 2022
Fixed – Authorization failed. The client with object id does not have authorization to perform action ‘Microsoft.Authorization/roleAssignments/write’ over scope ‘/subcriptions’ while configuring Azure Synapse Link for Dataverse
Nishant Rana
Recently while configuring Azure Synapse Link for Dataverse, for exporting data to Azure Data Lake we got the below error – {“code”:”AuthorizationFailed”,”message”:”The client ‘abc’ with object id...
16 May 2022
Fixed –Available for specific video sites error- Chromecast in Windows 10 / 11
Nishant Rana
While trying to cast a tab from Chrome Browser on Windows to Android TV, we started getting the below error. “Available for specific video sites” Casting was working properly from the android phone, infect even from the chrome brows...
15 May 2022
D365: Implement Try…Catch…Finally in PowerAutomate
Nishant Rana
Originally posted on
Ajit Patra
: Recently, we were working on a requirement to send PDF as an attachment in email on click of a custom ribbon button on Lead record. More details here:D365: Generate Word Document using Content Control, save to SharePo...
10 May 2022
Autonumber field values in case of exception in Dynamics 365 / CRM
Nishant Rana
Recently in one of our projects, where we were using the auto number attribute (with sequential numbers), we realized that it gets incremented even in case of an exception thrown during Pre Stage of the Plugin Execution. We were assuming the number g...
9 May 2022
What you might not know about FetchXML Builder
Nishant Rana
Originally posted on
Carina M. Claesson
: Recently MVP Jonas Rapp was invited by MVP Victor Dantas to the Zero to Hero show. The FetchXML Builder creator held the session FetchXML Builder from Zero to Hero. I listened in and afterwards I felt inspired...
3 May 2022
Fixed – Sorry, we need additional information to verify your identity. Please Contact Support error while creating Dynamics 365 Trial
Nishant Rana
Recently while creating a Dynamics 365 Trial, https://dynamics.microsoft.com/en-us/dynamics-365-free-trial/, we were getting the below error, during the verification step “Sorry, we need additional information to verify your identity. Please Co...
2 May 2022
Fixed – You can’t delete this queue because it has items assigned to it – Dynamics 365 Customer Service Hub / CRM
Nishant Rana
Recently while trying to delete some of the Queue (Advanced Queue) in our case, we were getting the below error. You can’t delete this queue because it has items assigned to it. Assign these items to another user/team, or queue and try again. W...
2 May 2022
Dataverse: Improve Performance using Partition Key
Nishant Rana
Originally posted on
Temmy Wahyu Raharjo
: Do you know we can pass the?partitionID?parameter when doing CRUD to improve performance??The information I got from this documentation link. Today we will prove how what is the difference between using the?p...
30 Apr 2022
How to – Create Administrative User Account for managing user / security roles, in Dynamics 365 / CRM
Nishant Rana
We recently wanted to create user accounts in CRM for managing users and their roles inside CRM, without accessing any of the data or functionality. Below are the steps we can follow to achieve the same – Login to Microsoft 365 Admin Center https://a...
28 Apr 2022
How to – Share read-only links to records with any user in your organization – Dynamics 365 / CRM (Dataverse)
Nishant Rana
To enable quick sharing of the read-only link of the records to any users within the organization, log in to Power Platform Admin Center Select the Environment > Settings > Privacy + Security Switch On the Enable Sharing option This option cu...
27 Apr 2022
Fixed – You do not have prvReadmsdyn_personasecurityrolemapping permission to access Persona Security Role Mapping records. Contact your Microsoft Dynamics 365 administrator for help
Nishant Rana
Recently one of the users, while accessing a few of the System User’s views, was getting the below error. You do not have prvReadmsdyn_personasecurityrolemapping permission to access Persona Security Role Mapping records. Contact your Microsoft...
25 Apr 2022
How to – Use Refresh Option to force user state synchronization in Power Platform Admin Center – Dynamics 365 / CRM
Nishant Rana
At times we would assign or update the licenses and roles assigned to the users in Microsoft 365 Admin Center, and these changes would take time to reflect inside the Dynamics 365 applications. A background system process takes care of synchronizing ...
25 Apr 2022
Fixed – Trusted Platform Module has malfunctioned, with Error Code 80090030 in Microsoft Teams
Nishant Rana
Recently while trying to login into Microsoft Teams we got the below error – As suggested in the different articles – we didn’t find any Teams Account Credentials to be removed. Windows update also didn’t fix the issue. Neither updating t...
19 Apr 2022
Fixed – Sign in required. Your device is having problems with your work or school account. Sign in again to access your organizations resources
Nishant Rana
Recently we were getting the below pop up in Windows every time after restart. The fix was to Disconnect the work / school account. Navigate to Accounts è Access work or school Click on Disconnect the work or school acount. That fixed the issue for u...
18 Apr 2022
Security Enhancements – 24 hours maximum user session timeout in Dynamics 365 / CRM
Nishant Rana
With recent security enhancements in Customer engagement apps, the maximum user session timeout of 24 hours is removed. https://docs.microsoft.com/en-us/power-platform/admin/user-session-management#user-session-timeout-management Now it uses the Azur...
18 Apr 2022
How to – Provision Unified Routing in Dynamics 365 Customer Service Hub
Nishant Rana
Unified Routing can be configured in Customer Service Hub or Omnichannel Admin Center. To configure it for Dynamics 365 Customer Service, navigate to Service Management >> Service Configuration Settings >> Unified routing (requires Te...
14 Apr 2022
Sample Code to Test and Enable Mailbox programmatically C# (Dynamics 365/CRM)
Nishant Rana
Suppose we want to Test & Enable Mailbox of the below user programmatically. We can see the below notification for the disabled mailbox. This mailbox is disabled for email processing. For more information, see the alerts. Below is the sample code...
5 Apr 2022
Sample Code to Approve Email – Mailbox programmatically C# (Dynamics 365/CRM)
Nishant Rana
Suppose we want to Approve the Email for the mailbox of the user(s) programmatically. We’d see the below notification for the user whose mailbox is not yet approved. Email won’t be processed for this mailbox until the email address of the...
4 Apr 2022
How to – Stop Synchronization of Task / Appointment through System View using Sync Filter Manager
Nishant Rana
In the previous post, we saw how we can create a user filter (outlook) for a particular user and apply the same to other users through Sync Filter Manager – XrmToolBox plugin. https://nishantrana.me/2022/03/29/how-to-stop-synchronization-of-task-appo...
29 Mar 2022
How to – Stop synchronization of Task / Appointment between Dynamics 365 and Outlook
Nishant Rana
In the earlier posts we saw how synchronization works for different activities type and how to work with user as well as system filters. https://nishantrana.me/2022/03/22/how-to-synchronize-appointments-between-dynamics-365-and-outlook-using-server-s...
29 Mar 2022
Business Process Flow UI Improvement in Dynamics 365 / CRM
Nishant Rana
With 2022 Release Wave 1, we have a small enhancement in the user interface inside the BPF path line’s color contrast. With 2022 Release Wave 1 turned off– With 2022 Release Wave 1 – the path that needs to be followed is shown now in a slightly...
28 Mar 2022
How to – Define System Filters for Synchronization using SavedQuery in Dynamics 365 / CRM
Nishant Rana
We covered a few Synchronization topics in the last few blogs, here we will look at defining system filters to manage which records could be synced. How to – Synchronize Appointments between Dynamics 365 and Outlook using Server-Side Synchroniza...
24 Mar 2022
>