Blog

Blog

Get and Set value using ODATA End Points

Below is a sample code which gets data from a custom entity by passing name of the record – In code below, I am triggering function ‘CheckAndSetOutcode’ on change of a field on a form (post code in this case) … Read More

Featured Post

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

Featured Post

Filter Look Up on Contact on Account basis where account is parent or contact is primary contact on account

In this scenario, I have a requirement where I user wants to select Account on Opportunity entity On selection of account user only wants to see those Contacts which are child records of selected account or a contact which is primary contact … Read More

Featured Post

How to add a new categories (subjects) in retail portal – Adxstudio

First thing need to do is, create a subject (go to Settings>Business Management>Subjects) Select Product in the Subject Tree Grid, then Click on ‘Add a Subject’ and then Add Then go to Portals> Web Pages> +NEW Add page name and … Read More

Featured Post

adxstudio unable to parse server response

Error while trying to upload a file via Adxstudio portal ‘unable to parse server response‘ This error usually occurs if you don’t have ‘Adxstudio Productivity Pack’ is not installed. To install above package, go to Solutions, Adxstudio Installer and look … Read More

Featured Post

Adxsstudio upload files button is disabled

You might come across an issue when trying to upload an image/web file via portal. This is due to Web Page Access Control Rules on a web role. To make this work, go to one of the web role i.e. … Read More

Featured Post

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

Featured Post

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’])

Featured Post

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

Featured Post

Logic app convert GMT to ddMMyyyyHHmmss

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

Featured Post