web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :

Community blogs

Featured

Latest blog posts

View all
Like (0)
Querying Audit History

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

Haansi 1,433 Moderator
Like (0)
Power Automate Convert a String to GUID

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

Haansi 1,433 Moderator
Like (0)
Fiddler for Model Driven Apps

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

Haansi 1,433 Moderator
Like (0)
Set Lookup Field in Java Script

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

Haansi 1,433 Moderator
Like (0)
XrmToolBox 2FA Authentication and Proxy Server Settings

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

Haansi 1,433 Moderator
Like (0)
Accessibility in PowerApp Projects

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

Haansi 1,433 Moderator
Like (0)
XrmToolBox Common Errors and Solutions

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

Haansi 1,433 Moderator
Like (0)
Binding CDS Data using Knockout (more tips)

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

Haansi 1,433 Moderator