Audit history is a great out of box feature in model-driven apps. However, querying audit history is a bit tricky. Unfortunately commonly used querying mechanisms like Power Automate CDS connectors, LinQ, or simply FetchXml doesn’t support it...
Suppose you need to create a new globally unique identifier (GUID). In that case, Power Automate provides guid() function which generates and returns a new GUID as string. It is a useful function, but it doesn’t create a GUID ba...
While developing ‘PowerApp Components’ and traditional ‘Web Resources’, a common challenge is that testing is not straight forward. To test a change in HTML or JS code, one needs to deploy files, which is time-consuming. There are commercial tool...
Adding this post for someone who needs it and for my own reference.
In Java Script lookup can be populated in one of three ways depending on requirements:
Query lookup data to set in form Get lookup details from data available in form (fro...
2FA Authentications
When connecting XrmToolBox to an environment where 2FA is enabled, the following error can occur:
Error: An unsecured or incorrectly secured fault was received from the other party. See the inner FaultException for t...
Accessibility is an essential consideration for a public sector or enterprise implementation. Last week I presented “Accessibility in PowerApp Projects” at Washington DC – User Group. Thanks to lovely organizers and support...
This will be an ongoing post, I m writing this to log and share common XrmToolBox errors and their solutions.
Error: An unsecured or incorrectly secured fault was received from the other party. See the inner FaultException for the fault code a...
This post is second in a series of querying CDS entity data and displaying it in a model-driven app web resource. A few days back, I wrote first post in this series CDS Data Binding using Knockout. Here I m answering a couple of questions and...