How to get Environment Variable Value in Dynamics 365 CE using JavaScript?
Arun Potti » Microsoft Dynamics 365
by Arun Potti
6d ago
We might have got a scenario to use the Environment Variable Value in the JavaScript in Dynamics 365 CE. In this article, will explain about retrieving the Environment Variable current Value using JS. Follow the below example. Example: Create an Environment Variable and Show the value on Onload of Account record. 1.Created the below Environment Variable with Current Value. Copy the Name of the Environment Variable and will use the same in the next step. 2.Below is the code used on the Account.js web resource. Pass the Environment Variable Name to the function. GetEnvironmentVariableValue ..read more
Visit website
Model-driven Apps – openAlertDialog – Code Snippet
Arun Potti » Microsoft Dynamics 365
by Arun Potti
1w ago
We quite often use the alert to display a dialog, which contains a message and a button. In this article, will explain about the syntax and with an example. Syntax: Xrm.Navigation.openAlertDialog(alertStrings,alertOptions).then(successCallback,errorCallback); Parameters: Name Type Required Description alertStrings Object Yes The strings to be used in the alert dialog. The object contains the following values: – confirmButtonLabel: (Optional) String. The confirm button label. If you don’t specify the button label, OK is used as the button label. – text: String. The ..read more
Visit website
Power Automate – Flow is not running on Trigger condition
Arun Potti » Microsoft Dynamics 365
by Arun Potti
3w ago
I was working on a flow and added a Trigger Condition which has 2 conditions in OR clause. @or(equals(triggerOutputs()?[‘body/statecode’], 1), greaterOrEquals(triggerOutputs()?[‘body/closeprobability’], 80)) The flow is working as expected with the above conditions. And then after some days, I added an extra condition in the OR clause as per new requirement. @or(equals(triggerOutputs()?[‘body/statecode’], 1), equals(triggerOutputs()?[‘body/new_user’], true), greaterOrEquals(triggerOutputs()?[‘body/closeprobability’], 80)) Then the flow stopped working on the new trigger condition (new_us ..read more
Visit website
How to get the Flow Run URL in the Power Automate?
Arun Potti » Microsoft Dynamics 365
by Arun Potti
1M ago
There might be a situation where we need to use the flow run URL, to see the Flow Run Status and if it is failed, using this we can easily debug the Power Automate flow. In this article, will explain how to frame and use the Flow run URL. Follow the below steps. Step 1: Created an Instant flow and created the Compose action. Below is the expression used in the compose action. concat(‘https://us.flow.microsoft.com/manage/environments/’,workflow().tags.environmentName,’/flows/’,workflow().name,’/runs/’,workflow().run.name) Step 2: Save the flow. Step 3: Once it is Saved, Click o ..read more
Visit website
Power Automate – Input field Delete option is disabled
Arun Potti » Microsoft Dynamics 365
by Arun Potti
1M ago
When I was working on Power Automate, I had to remove one of the parameters in it and when I clicked on the more options on the Input property and tried to delete it, the option is disabled. Then I checked the Power Automate flow thoroughly and understood that the parameter is being used in one of the condition. And I removed the parameter from the condition, then the Delete option is enabled and deleted the unnecessary field. Hope you got the solution to resolve this problem. Click on the below image to navigate to my YouTube Channel. Please like and share your valuable feedback on this ..read more
Visit website
Recipient of type ‘Contact’ with ID is marked as non-emailable
Arun Potti » Microsoft Dynamics 365
by Arun Potti
2M ago
Got the below error while working on Power Automate and could not able to send the email to the Contact. Recipient of type ‘Contact’ with ID ‘7e4d5e3a-ac18-ef11-840a-002248920412’ is marked as non-emailable Then, I have opened the Contact and checked the value of Email under Contact Preferences, which is set to Do Not Allow. Updated it to Allow and saved the record. Ran the flow again and it sent the email. Note: Make sure to check the Contact Preferences, before Creating and sending the email. Click on the below image to navigate to my YouTube Channel. Please like and share your val ..read more
Visit website
Preferred Solution | New feature | Microsoft Dataverse
Arun Potti » Microsoft Dynamics 365
by Arun Potti
2M ago
Click on the below image to navigate to my YouTube Channel. Please like and share your valuable feedback on this article and follow my blog to get my articles to your Inbox. Below are my earlier articles that you can have a look. New and Retired Microsoft Dynamics 365 Certifications Environment settings behavior (Preview) feature in Model-driven Apps Error while connecting to Dataverse environment in XrmToolBox Power Fx Formula Columns in Microsoft Power Apps How to Enable 2024 Release Wave 1 Updates in the Microsoft Dynamics 365 CE Environment? Delete and Restore records (Pre ..read more
Visit website
Error while connecting to Dataverse environment in XrmToolBox
Arun Potti » Microsoft Dynamics 365
by Arun Potti
2M ago
Got the below error, while connecting to an Environment in XrmToolBox. ERROR REQUESTING Token FROM THE Authentication context – General ADAL Error The browser based authentication dialog failed to complete. Reason: The download has failed (the connection was interrupted).Unable to connect to CRM: The browser based authentication dialog failed to complete. Reason: The download has failed (the connection was interrupted). The browser based authentication dialog failed to complete. Reason: The download has failed (the connection was interrupted).Unable to Login to Dynamics CRM Unable to Login to ..read more
Visit website
Power Fx Formula Columns in Microsoft Power Apps
Arun Potti » Microsoft Dynamics 365
by Arun Potti
2M ago
Please like and share your valuable feedback on this article and follow my blog to get my articles to your Inbox. Below are my earlier articles that you can have a look. How to Enable 2024 Release Wave 1 Updates in the Microsoft Dynamics 365 CE Environment? Microsoft Power App Environments Retention Period How to Override the Model-driven app header colors? Timeline Highlights (New feature) in Microsoft Power Apps Model-driven App – Cannot “See associate records” option in the sub grid (arunpotti.com) Bookmark the Important Dynamics 365 URLs How to Enable Tenant-level analytics for ..read more
Visit website
How to Enable 2024 Release Wave 1 Updates in the Microsoft Dynamics 365 CE Environment?
Arun Potti » Microsoft Dynamics 365
by Arun Potti
2M ago
Follow the below steps to Enable 2024 Release Wavel 1 Updates in the Microsoft Dynamics 365 CE Environment. Recommendation: Click on the below link and create a Microsoft Edge or Google Chrome Profile and go to the below Steps. How to login multiple CRM accounts in Microsoft Edge and Google Chrome browser? Step 1: Click on the below link to open Microsoft Power Platform Admin Center and provide your login credentials to connect. https://aka.ms/ppac Step 2: Click on Environments. Step 3: Click on the required Environment. Step 4: 2024 release wave 1 Updates are Off. Click on Man ..read more
Visit website

Follow Arun Potti » Microsoft Dynamics 365 on FeedSpot

Continue with Google
Continue with Apple
OR