API playground feature not available in Dataverse Accelerator App?
Jul26

API playground feature not available in Dataverse Accelerator App?

In my last article, I had discussed about API Playground feature in Dataverse Accelerator App, and I have another environment, where I cannot see this feature. Followed the below steps and resolved the issue. Step 1: Open Power Platform Admin Center. Power Platform admin center No Description Step 2: Click on Environments. Step 3: Select the required Environment. Click on Resources -> Dynamics 365 apps. Step 4: Select the Dataverse...

Read More
How to Explore and test Dataverse in the Web API playground (preview)?
Jul25

How to Explore and test Dataverse in the Web API playground (preview)?

The API Playground is a pre-authenticated software testing environment designed to enable creators to interact swiftly and efficiently with the Microsoft Dataverse Web API. This web application facilitates developers in experimenting with various API endpoints, eliminating the necessity for elaborate setup or authentication procedures. It also provides easy access to available actions and documentation links, enhancing the learning...

Read More
Web resource method does not exist in Dynamics 365 CE
Jul20

Web resource method does not exist in Dynamics 365 CE

Got the below error while working on Onload of Account record JavaScript in Microsoft Dynamics 365 CE. Script Error One of the scripts for this record has caused an error. For more details, download the log file. Web resource method does not exist: onLoadSession Id: d98076f7-6ddf-4aed-b0cb-8aae086c17c2Correlation Id: 8bb7a596-38fc-4ba0-b532-9e032d3a2c59Event Name: onloadFunction Name: onLoadWeb Resource Name: ap_account.jsSolution...

Read More
How to get Environment Variable Value in Dynamics 365 CE using JavaScript?
Jul19

How to get Environment Variable Value in Dynamics 365 CE using JavaScript?

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...

Read More
Model-driven Apps – openAlertDialog – Code Snippet
Jul17

Model-driven Apps – openAlertDialog – Code Snippet

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: NameTypeRequiredDescriptionalertStringsObjectYesThe strings to be used in the alert dialog. The object contains the following values:– confirmButtonLabel:...

Read More
Power Automate – Flow is not running on Trigger condition
Jul03

Power Automate – Flow is not running on Trigger condition

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....

Read More
How to get the Flow Run URL in the Power Automate?
Jun27

How to get the Flow Run URL in the Power Automate?

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....

Read More
Power Automate – Input field Delete option is disabled
Jun06

Power Automate – Input field Delete option is disabled

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...

Read More
Recipient of type ‘Contact’ with ID is marked as non-emailable
May27

Recipient of type ‘Contact’ with ID is marked as non-emailable

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....

Read More
Preferred Solution | New feature | Microsoft Dataverse
May26

Preferred Solution | New feature | Microsoft Dataverse

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...

Read More
New and Retired Microsoft Dynamics 365 Certifications
May19

New and Retired Microsoft Dynamics 365 Certifications

I have posted an article related to the Microsoft Dynamics 365 Certifications long back and now Microsoft has shared the new update on these certifications. Below are the updates related to New and Retired (soon) certifications on Microsoft Dynamics 365. New certifications: Microsoft Certified: Dynamics 365 Customer Experience Analyst Associate: This certification is going to be released in late September 2024. This certification is...

Read More
Environment settings behavior (Preview) feature in Model-driven Apps
May15

Environment settings behavior (Preview) feature in Model-driven Apps

Microsoft has released a new preview feature to show all the Advanced Settings in a new Model-driven App – Power Platform Environment Settings. Note: This feature is available only in Preview (United States) region for now. In this article, will explain the steps to Enable or Disable this feature. Pre-requisites: Create a browser profile in Microsoft Edge or Google Chrome.If you have already have a browser...

Read More
Error while connecting to Dataverse environment in XrmToolBox
May14

Error while connecting to Dataverse environment in XrmToolBox

Got the below error, while connecting to an Environment in XrmToolBox. ERROR REQUESTING Token FROM THE Authentication context – General ADAL ErrorThe 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...

Read More
Power Fx Formula Columns in Microsoft Power Apps
May08

Power Fx Formula Columns in Microsoft Power Apps

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...

Read More
How to Enable 2024 Release Wave 1 Updates in the Microsoft Dynamics 365 CE Environment?
May07

How to Enable 2024 Release Wave 1 Updates in the Microsoft Dynamics 365 CE Environment?

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...

Read More
Delete and Restore records (Preview) feature in Microsoft Dataverse
May06

Delete and Restore records (Preview) feature in Microsoft Dataverse

In the routine operations of Microsoft Dataverse, records or transactions are frequently deleted, whether manually or automatically, intentionally or inadvertently, through system processes, individual selections, multiple selections, or bulk deletions. Recovering deleted data can be challenging, and records are not always restorable. Now, to overcome this challenge, Microsoft has released a new feature to recover the deleted records...

Read More
Microsoft Power App Environments Retention Period
May04

Microsoft Power App Environments Retention Period

The following are the retention periods for various environment types within the Microsoft Power Platform, indicating that you can back up your environments for the last X number of days specified. Environment typesSystem backupManual backupProduction with Dynamics 365 apps28 days28 daysProduction without Dynamics 365 apps*7 days7 daysSandbox7 days7 daysDeveloper7 days7 daysTeams7 days7 daysDefault**7 daysNot supportedTrialNot backed...

Read More
How to Override the Model-driven app header colors?
May03

How to Override the Model-driven app header colors?

Makers now have the ability to customize the Power Platform app header colors beyond the default settings, in the modern, refreshed look that’s been enabled in the app. Note: This functionality is available in build 9.2.23094 or later version. Click here to know more about your Model-driven app server version. This article will guide you through the step-by-step process of overriding the App header colors for your environment or...

Read More
How to know the Server Version of the Model-driven App?
May02

How to know the Server Version of the Model-driven App?

Follow the below steps to know about the Server Version of your Model-driven app. Step 1: Open the required Model-driven App. Step 2: Click on Settings. Step 3: Click on About. A pop-up will be opened which shows all the details along with Server version. Hope you had followed all the steps and got the Server version of your Mode-driven app. Below are my earlier articles that you can have a look. Timeline Highlights (New feature) in...

Read More
Timeline Highlights (New feature) in Microsoft Power Apps
Apr26

Timeline Highlights (New feature) in Microsoft Power Apps

Microsoft has released a new feature to see the highlights of the activities in the Table record’s Timeline using Generative AI. Using this Agents, can efficiently absorb crucial information, enabling faster and more transparent interactions with customers. The highlights show relevant items in a clear and concise bulleted format, facilitating quick analysis and easy reference. The timeline highlights feature is available within...

Read More
Model-driven App – Cannot “See associate records” option in the sub grid?
Apr26

Model-driven App – Cannot “See associate records” option in the sub grid?

I have placed a Cases Subgrid in the Account form and when I clicked on More Commands button on the Cases Subgrid, I cannot see the See associated records button, instead I can see the See all records button. Followed the below steps and resolved this issue. Step 1: Click on Settings. Step 2: Click on Advanced Settings. Step 3: Click on Settings and Click on Solutions. Step 4: Double click on the required solution (where you have...

Read More
Bookmark the Important Dynamics 365 URLs
Apr19

Bookmark the Important Dynamics 365 URLs

Found an interesting article about the Microsoft Dynamics 365 important URLs bookmark, which was done by András Fördős – . Follow the below steps and bookmark on your required browser (Microsoft Edge and Google Chrome) and in the required browser profile. Step 1: Click on the link to open the below Github page. Step 2: Click on the bookmarks folder. Step 3: Click on the d365_bookmarks.html file. Step 4: File has been opened....

Read More
How to Remove Email from the Suppression list in Dynamics 365 Customer Insights Journey (Preview feature)
Apr19

How to Remove Email from the Suppression list in Dynamics 365 Customer Insights Journey (Preview feature)

I was working on Customer Insights Journey and sent an email to one of the Contacts from a Journey and it got bounced due to the wrong email address. Found that the email moved to the Suppression list. And I followed the below steps and removed the email from the suppression list by enabling the new preview feature. Step 1: Open Customer Insights – Journeys App. Step 2: Click on Change Area and Click on Settings. Step 3: Click...

Read More
How to Enable Tenant-level analytics for Power Automate and Power Apps?
Apr16

How to Enable Tenant-level analytics for Power Automate and Power Apps?

Power Platform resources periodically emit telemetry data for various operations and user activities across environments and extensions. Tenant-level analytics allows admins to view and compare insights derived from the Platform telemetry data across environments they manage. Tenant admins can view reports containing analytics that apply to all environments within the tenant. Once this feature is enabled, it aggregates data from...

Read More
Microsoft Power Automate Copy and Paste Action in New Designer
Apr15

Microsoft Power Automate Copy and Paste Action in New Designer

Today, when I was working on Power Automate, observed the Copy and Paste Action in the Power Automate New Designer to make the developers life easier in doing the repetitive things using simple clicks. Will explain this feature step by step. Follow the below steps. Step 1: Open any existing Power Automate flow or Create a New Power Automate flow. Step 2: Right Click on the required Action and Click on the Copy Action. Or Select the...

Read More
How to Setup Multi-Factor Authentication for your Microsoft Power Apps environment?
Apr14

How to Setup Multi-Factor Authentication for your Microsoft Power Apps environment?

When you create Power Apps 30 days trial environment, for the first 14 days, the system will show us a prompt to configure MFA on your account and you can skip this step, but after the 14th day, the system will mandate you to setup the MFA to see your environment. In this article, will explain you the process to set up MFA step by step. Follow the below steps. Step 1: Click on Next. Step 2: Click on Download now to download the...

Read More
Microsoft Power Apps | Modern Themes | Preview feature
Apr13

Microsoft Power Apps | Modern Themes | Preview feature

Watch the below video to understand about the Microsoft Power Apps Modern Themes Preview feature. Below are my earlier articles that you can have a look. How to Download and Install the .NET Framework? How to Create a SharePoint Site Online? How to add and use Copilot answer control (Preview) in Microsoft Power Apps? Dark Mode in Microsoft Power Apps How to create Microsoft 365 E3 Trial for 30 days? Refreshed look of solution...

Read More
How to Download and Install the .NET Framework?
Apr11

How to Download and Install the .NET Framework?

Microsoft .NET Framework is a Windows-only version of .NET for building client and server applications. In this article, will explain the steps to download and install .NET Framework on your PC. Follow the below steps, Step 1: Click here to navigate to .NET Framework downloads page. Step 2: Scroll down to Supported versions. Step 3: Click on the required .NET Framework Version. Step 4: Click on Download .NET Framework 4.7.1 Developer...

Read More
How to Create a SharePoint Site Online?
Apr06

How to Create a SharePoint Site Online?

Watch the below video to know the step-by-step details to create SharePoint site online. Please Like, Share and Subscribe to my YouTube Channel. Below are my earlier articles that you can have a look. How to add and use Copilot answer control (Preview) in Microsoft Power Apps? Dark Mode in Microsoft Power Apps How to create Microsoft 365 E3 Trial for 30 days? Refreshed look of solution dependencies in Dataverse Solutions...

Read More
How to add and use Copilot answer control (Preview) in Microsoft Power Apps?
Apr04

How to add and use Copilot answer control (Preview) in Microsoft Power Apps?

Microsoft has released the public preview of the control “Copilot answer control“, a new way to add generative AI to our applications. Using this control, we can easily get the answers to the commonly asked questions on a single click and also, we can easily configure the copilot question to get the answers. Follow the below steps to insert the control in the Canvas App and the Use cases of this control. Pre-Requisites:...

Read More
Dark Mode in Microsoft Power Apps
Apr03

Dark Mode in Microsoft Power Apps

Found an interesting feature to enable the Dark Mode in our Model-driven app. Follow the below steps to enable it. Step 1: Open any Model-driven App. Step 2: Append the below text at the end of the URL and hit enter. &flags=themeOption%3Ddarkmode You can see the Dark Mode of your Model-driven App. Hope you liked the Dark Mode of your Model-driven app. Please like and share your valuable feedback on this article. Started...

Read More
How to create Microsoft 365 E3 Trial for 30 days?
Apr02

How to create Microsoft 365 E3 Trial for 30 days?

Please Like, Share and Subscribe to my YouTube channel and also click on the bell icon to get the updates. Below are my earlier articles that you can have a look. Refreshed look of solution dependencies in Dataverse Solutions Microsoft Power Automate | Version History | Restore | New Feature MICROSOFT LEARN – Artificial Intelligence Skills Challenge​ 2024!!! Resolved –...

Read More
Refreshed look of solution dependencies in Dataverse Solutions
Mar28

Refreshed look of solution dependencies in Dataverse Solutions

Microsoft has announced the refreshed look of solution dependencies for solution objects. This new page is well organized, easy to understand and can see some important actions to identify the dependencies and take appropriate actions. Below are the 3 different Tabs that are focused on showing the dependencies and they are grouped together for easier understanding. Delete blocked by – Items that are blocked for deletion by the...

Read More
Microsoft Power Automate | Version History | Restore | New Feature
Mar26

Microsoft Power Automate | Version History | Restore | New Feature

Have a look at the below video for the Microsoft Power Automate Version History and Restore new preview feature. Please Like, Share and Subscribe to my YouTube channel and also click on the bell icon to get the updates. Below are my earlier articles that you can have a look. MICROSOFT LEARN – Artificial Intelligence Skills Challenge​ 2024!!! Resolved – ‘InvokerConnectionOverrideFailed’ Error When a Power App Custom Page call a Power...

Read More
MICROSOFT LEARN – Artificial Intelligence Skills Challenge​ 2024!!!
Mar25

MICROSOFT LEARN – Artificial Intelligence Skills Challenge​ 2024!!!

Microsoft has started the AI Skills Challenge 2024 and provided 4 topics on AI (Microsoft Fabric, Azure OpenAI, Azure Machine Learning or Azure AI Fundamentals). Choosing any one of them and completing the challenge to eligible for a free Microsoft Certification exam. Follow the below steps to register and participate in this challenge and earn a Certification voucher. Step 1: Click on the link to open the below page. Step 2: Choose...

Read More
ArunPotti.com’s 10th Year Anniversary!!!
Mar21

ArunPotti.com’s 10th Year Anniversary!!!

Dear Readers, Followers, and Dynamics CRM Enthusiasts, I am delighted and honored to announce the momentous occasion of the 10th anniversary of ArunPotti.com. It’s with immense joy and gratitude that I reflect on this incredible journey of sharing insights, knowledge, and experiences in the world of Dynamics CRM. A decade ago, I embarked on a mission to create a platform dedicated to exploring the intricacies of Dynamics CRM,...

Read More
Resolved – ‘InvokerConnectionOverrideFailed’ Error When a Power App Custom Page call a Power Automate Flow
Mar20

Resolved – ‘InvokerConnectionOverrideFailed’ Error When a Power App Custom Page call a Power Automate Flow

Got the below error while I was working on a Power Automate flow, this flow will be called from a Power Apps Custom page. InvokerConnectionOverrideFailed. Failed to parse invoker connections from trigger ‘manual’ outputs. Exception: Could not find any valid connection for connection reference name ‘shared_sharepointonline’ in APIM header. Then, followed the below steps and resolved this issue. Step 1: Clicked...

Read More
How to Create Microsoft Power Apps Trial 30 days?
Mar19

How to Create Microsoft Power Apps Trial 30 days?

Please check the below video and like, share and subscribe to my YouTube Channel. Arun Potti Hello Everyone, Welcome to My YouTube Channel. Myself Arun Potti, I am the Microsoft Certified Trainer and C-Sharp corner MVP. I have total 13+ years of Technical experience in Microsoft .Net, SQL Server, Microsoft Dynamics CRM, Power Platform and Azure. Started this channel to share my knowledge to all the Power Platform learners’ in...

Read More
Not able to Create Power Automate Flow in Custom Page in Model-Driven App?
Mar18

Not able to Create Power Automate Flow in Custom Page in Model-Driven App?

Recently when I was working on a Custom Page in Model-Driven App and trying to create a Power Automate Flow from it and faced the below issue in Microsoft Edge browser. I can see that it is trying to open the flow page, but it was showing as loading always and also tried to close the page, but it was not closing at all. Then, I logged into Microsoft Power Apps in Google Chrome and tried to check the same issue and surprisingly it...

Read More
How to Enable Inline Actions feature in Microsoft Canvas Apps?
Mar15

How to Enable Inline Actions feature in Microsoft Canvas Apps?

Microsoft introduced the new inline actions for Power Apps Canvas Apps – a new way to perform the most common authoring tasks directly inline on the canvas. Using this feature, it will be easier to add the required actions easily using the Action bar by reducing both cognitive load and mouse travel, also we can use Copilot from the new inline action bar. In this article, will explain step by step to enable the Inline Actions and...

Read More
How to Create Browser Profiles?
Mar14

How to Create Browser Profiles?

Source link

Read More
Arun Potti’s YouTube Channel Started!!!
Mar11

Arun Potti’s YouTube Channel Started!!!

Hello everyone, started my Arun Potti – YouTube Channel today and request you all to have a look at this Introduction video. Please Subscribe my YouTube channel and Like, Share and Comment on this video. Going forward will share my knowledge on my Blog and YouTube channel as well. Thank you so much for all your encouragement and support these many years on my blog and would like the same on my YouTube Channel as well. Thank you...

Read More
How to use /mention in Outlook web client for Dataverse records?
Mar08

How to use /mention in Outlook web client for Dataverse records?

One of the most common scenarios that business has in day-to-day life is, sharing the information of Dataverse applications with your colleagues on an email. In general, you need to jump out of Outlook web experience and open your Dataverse record and then copy and paste the link of the record into your email. This is possible now with a simple configuration in the Power Platform admin center. You can quickly access the records they...

Read More
Associate Activities Multiple Related Records (Preview) feature in Microsoft Dynamics 365 CE
Mar06

Associate Activities Multiple Related Records (Preview) feature in Microsoft Dynamics 365 CE

Activity records like emails, appointments, tasks, and calls can be associated to additional activity participants (parties) such as accounts, contacts, leads, and opportunities through a new partylist attribute. Previously, it wasn’t possible to associate an activity record to additional related party records. With this feature, users will be able to associate activity records with additional related parties, such as an email...

Read More
How to Enable Aggregation (preview) feature in Microsoft Power Apps?
Mar05

How to Enable Aggregation (preview) feature in Microsoft Power Apps?

The Power Apps grid control represents the next evolution of the Power Apps read-only grid control, allowing users to view, open, and edit records from views and sub grids. In addition to inline editing, this control provides other capabilities including a modern data browsing experience via infinite scrolling, allowing users to scroll indefinitely through data until they find the records they’re interested in, and an ability to...

Read More
Power Apps – Some components of this app require you to sign in. If you don’t sign in, part of the app may not work.
Mar04

Power Apps – Some components of this app require you to sign in. If you don’t sign in, part of the app may not work.

Got the below error while opening the Microsoft Power Apps form in Google Chrome. Some components of this app require you to sign in. If you don’t sign in, part of the app may not work. Solved the issue by following the below steps. Step 1: Click on Browser’s Vertical dots and Click on Clear browsing data. Or Click on Ctrl +Shift + Del. Step 2: Choose Time range as All time and Select only Cookies and other site data....

Read More
How to Enable the SQL Server stored procedures (preview) feature in the Power Apps?
Mar01

How to Enable the SQL Server stored procedures (preview) feature in the Power Apps?

Microsoft has released a new feature to call the SQL stored procedure from the Canvas Apps using Power Fx. Customers can add a SQL Server Database object to their data sources and then access Stored Procedures actions off of the database object. In this article, will explain step-by-step process to enable the SQL stored procedure preview feature in the Canvas Apps. Pre-Requisites: Click on the below article link and create a Microsoft...

Read More
Unable to see “Enable Managed Environments” button?
Feb29

Unable to see “Enable Managed Environments” button?

Recently, my colleague was asked to Enable the managed Environment feature for one of the Dataverse Environment from the Power Platform admin center (PPAC) and when he navigated to PPAC, he could not be able to see the “Enable Managed Environments” button for the selected Environment. Followed the below steps and resolved the issue. Step 1: Click on the below link to Microsoft 365 admin center and provide your credentials....

Read More
How to get the Client Version of the Model Driven Apps?
Feb27

How to get the Client Version of the Model Driven Apps?

Follow the below steps to know the Client Version of the Model-Driven Apps that you are using. Step 1: Open any Model Driven App. Step 2: Click on Settings. Step 3: Click on About. A pop up will be opened and you can see the Client version and other details of the Model-Driven app. Hope you had followed all the steps and got the Client version of the Model-Driven app. Please like and share your valuable feedback on this article...

Read More
How to get Microsoft 365 E3 Trial for 30 days?
Feb26

How to get Microsoft 365 E3 Trial for 30 days?

Microsoft 365 E3 combines best-in-class enterprise productivity apps with core security and compliance capabilities. Improve productivity and foster a culture of collaboration with connected experiences. Transform how you manage your business and enhance customer relationships with integrated workflows. Proactively protect your employees, data, and customer information with intelligent security. In this article, will explain you the...

Read More