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
Author Archives: Abbas Khan
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
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
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
How to Setup Excel Query for Dynamics 365 Business Central
Dynamics 365 Business Central (D365 BC) offers users the ability to query page data in Excel using Web Services. This allows users to have real-time Business Central data available in Excel sheets that can be queried and saved for future uses. … Read More