MS Dynamics CRM

How to get data by REST and display as a warning message on CRM form

In this post we are going to get an attribute value from Account entity on Order form and then display value on Order form as a Warning message (from CRM 2013 we can display wanting, info and error messages at … Read More

Logic App Expand on multiple entities in Dynamics 365

As we know we can only get one entity back if we are using  Get record connector to query Dynamics 365 in Logic App however if we use List records to get a number of records or filter it on the basis … Read More

Azure Logic App – Check if List Records is not null

Below is a query to check if List Records in Dynamics 365 in Azure Logic App contains some data and is not nulllength(body(‘List_accounts’)?[‘value’])

Dynamics 365 authentication without username/password and using azure

We are going to connect to Dynamics 365 api , get a list of contacts using Web Api using a token First thing we need to do is, resister an app in azure active directory  Go to portal.azure.com >Azure Active Directory … Read More

Logic app convert GMT to ddMMyyyyHHmmss

A simple function to convert GMT standard time  to ddMMyyyyHHmmssconvertFromUtc(utcNow(),’GMT Standard Time’,’ddMMyyyyHHmmss’)

The requested record was not found or you do not have sufficient permissions to view it.

Fun as always working with Dynamics 365 🙂 Kept getting this typical error on creation of a new record which had some look up values. “The requested record was not found or you do not have sufficient permissions to view … Read More