


Using related tables fields for group filters on a view
I recently came across an issue where I needed to create a view with a grouping based on a related table. It required a comparison of the current table and a related table field, however I was unable to achieve this in a group. To solve this, I created a new...
Alternative to send an email using template
Recently I came across an issue when I created a flow to send an email using template, where everything was working as expected however the email is not being triggered and throwing an error as below. “Exception Message: Exception occured in SLAInstance management...
Adding links to field descriptions
Adding the description to a field is easily done within the metadata – however, sometimes you need to add in a link. Unfortunately, this cannot be done within the metadata settings. The solution? We can add in a div class into the web page content page, and then call...
Hide New… button on lookup controls in model-driven apps
The ‘New …’ button is shown upon opening the lookup search dialog whenever the logged in user has at least user create privilege on a dataverse table. We recently had a requirement to prevent users from creating a new record from the lookup. This was required only on...