How do I pass executionContext as a parameter into my Promise to fit in Promise.all()?
To be honest, this post should be a bit longer with more details but I like it this way. This is a sample below.…
To be honest, this post should be a bit longer with more details but I like it this way. This is a sample below.…
This is a very quick post for signaling a potential problem when you distribute your apps (per-tenant extensions) to your customers without carefully checking…
We are already familiar with calling D365FO URL menu items or forms or Runnable class. To recap, I am giving few samples below To…
Continuing our previous posts on Custom API Create a Custom API –https://nishantrana.me/2021/01/13/use-custom-api-to-create-custom-messages-in-dynamics-365/ Execute Privilege Name property –https://nishantrana.me/2021/01/14/execute-privilege-name-executeprivilegename-property-of-custom-api-in-dynamics-365-microsoft-dataverse/ Here we will look at the CustomAPIRequestParameter…
While trying to access Azure resources using UsernamePasswordCredential credential we were getting the below error https://docs.microsoft.com/en-us/dotnet/api/azure.identity.usernamepasswordcredential?view=azure-dotnet Azure.Identity.AuthenticationFailedException: ‘UsernamePasswordCredential authentication failed: A configuration issue is…