-
Continue reading →: Dataverse | Fetch XML | Join unrelated tables and fetch records
When you observe the Fetch XML generated by joining Accounts and Contacts table, the from and to attributes of the<link-entity> contain the ‘parentcustomerid’ and ‘accountid’, which are GUIDs. These GUIDs define the relationship (i.e., primary and foreign keys). Executing the above Fetch XML query returns all the Account records related…
-
Continue reading →: Power Automate cloud flow : Move data between environments
In this article, let’s learn how data can be moved between Dataverse environments using a Power Automate cloud flow. Scenario: Steps to create the flow: Setting Concurrency: 🙂
-
Continue reading →: Canvas App: Call Graph API Directly and Read the Response
In this article, I will explain how to call the Graph API directly in a Canvas App and read the response. What’s in Microsoft Graph? Microsoft Graph exposes REST APIs and client libraries to access data on the following Microsoft cloud services: What is a Graph Explorer: Now that you…
-
Continue reading →: Dataverse | Bypass a Plug-in Step Logic Using the ‘Bypass Custom Business Logic’ Feature
There are times when you want to be able to perform data operations without having custom business logic applied. Let’s say you have a plug-in step registered on the ‘Pre Account Create’ message, which triggers every time before an account is created. In certain data operations, such as data migration…
-
Continue reading →: Canvas App: Gallery Search Using the ‘DelayOutput’ Text Property
Discover in this article how you can improve gallery item searches by leveraging the DelayOutput text property. What is DelayOutput property: Let’s explore the benefits of the DelayOutput property with an example. I’ve created a simple app featuring a gallery and a textbox with a search function utilizing the Search…
-
Continue reading →: Dataverse | Restore deleted table records (preview)
As part of the preview feature, the Recycle bin kind of option is available under Data Management to recover table record data from any type of delete scenario within a specified configurable time frame. To use this feature, it must be enabled in the environment where you want to restore…
-
Continue reading →: Power Platform | Tenant-level analytics
Lets say you are a Power Platform Administrator and you would like to know about Did you know that 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…
-
Continue reading →: Canvas App | Multiple Combo box filters on Collection
In this article, let’s see how to achieve complex multi-combo box filters on collections. Here is what the app with filters looks like: Let’s first understand our scenario and then proceed with building the app. Scenario: As we know the scenario now, let’s build the App. Building the App: Now…
-
Continue reading →: FetchXML : Filter on column values in the same row
Did you know that by using the valueof attribute, you can create filters that compare columns on values in the same row. Scenario 1 : Find Contact records where the firstname column value matches the lastname column value Scenario 2 : Cross table comparisons – Fetch rows where the contact fullname column matches the account name column Please…
-
Continue reading →: GitHub : Export issues to a CSV file
In this article, let’s see how to export GitHub issues to a CSV file using the Git CLI. The steps I am going to show you are tailored for a Windows machine, but the steps for non-Windows machines are mostly the same. I will also share the official documentation link…


![[Step by Step] Beginner : Create a PCF control and add it to a custom page](https://rajeevpentyala.com/wp-content/uploads/2024/12/image-49.png)