Nishant Rana's Weblog
Using the Capacity page in the Power Platform Admin Center we can extract the details of size occupied by table (in MB) within a particular environment.
Login to the admin portal and navigate to Capacity
https://admin....
Virendra Agrawal's Blog
I recently had an opportunity to work on Dynamics 365 Customer Insights for a retail client who was envisioning to consolidate their customer’s information to achieve a true customer 360-degree view.
The main ob...
Date Time field in power apps has behaviors and formats which control how the data will be stored in CDS (Common Data Service) and how it will pe presented to different users from different time zone on retrieval. Here I will try to explain the sa...
Microsoft has made some changes in SLA design; here I am going to share about the differences
SLA Type option standard has been removed, earlier user has option to choose (as shown in below image)
Earlier there were 2 entities now there are 3 ...
Microsoft has finally given option to compare two columns while querying data from D365 CE/Power Apps/CDS. Here I am sharing my experiences and examples of how it can be used from various channels
Power Apps UIWeb APIFetch XMLSDK API (.net)
...
A nice addition to fetch XML query
Nishant Rana's Weblog
Column Comparison is one of the best features that has been recently added to the product.
Column comparison allows us to compare values of 2 different columns in our query be it Fetch...
Using Git as a repository/source control with Visual Studio 2019
Nishant Rana's Weblog
Let us go through the steps to set up a Git Repository in Visual Studio 2019.
Open Visual Studio 2019
Go to Tools à Option and Set Git as source control ...