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…
Read more →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…
Read more →
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…
Read more →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'])
Read more →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…
Read more →A simple function to convert GMT standard time to ddMMyyyyHHmmssconvertFromUtc(utcNow(),'GMT Standard Time','ddMMyyyyHHmmss')
Read more →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…
Read more →