category

Power Apps

184 posts

Power Apps

Copy Hidden Power Automate Expressions

While recently walking a colleague through Power Automate, I was reminded of one of my long-standing frustrations: how difficult it is to copy expressions once they’ve been inserted into actions like…

Power Apps

Enable the Export to PDF Ribbon Button

Dataverse allows you to easily generate your Word Templates as PDF files. Last year they expanded the functionality beyone just the out of the box sales entities to all custom entities.

Power Apps

Open Model Apps Url Using Unique Name

When generating links for records, lists or reports in a Dataverse environment it is important that they open the specific application they relate to so users have the best experience.

Power Apps

Team Member License Enforcement in GCC

If you have custom applications built on Dynamics/Dataverse within the US Government Community Cloud (GCC) and only have Team user license that were purchased after October 2018 your apps screen may…

Power Apps

PowerApps Calendar Control

This calendar control was built off of React Big Calendar. The calendar can be used to display events with or without related resources.

Power Apps

Bing Maps PCF Control

This PCF control allows you to display information for a view that contains latitude and longitude information within Bing Maps.

Power Apps

Azure Maps PCF Control

This PCF control allows you to display information for a view that contains latitude and longitude information within Azure Maps.

Power Apps

PCF Color Picker

For anyone looking for a PCF Color Picker I just released one out on GitHub! It utilizes React and the Office UI Fabric controls.

Power Apps

Custom Flow Connector For Parsing Address

While working on a demo of the Business Cards Scanner component for PowerApps I found that the component only returns the address as a single line and not as parsed address components (UPDATE: The…

Power Apps

VSTS and SourceTree

Recently started using Git with VSTS and wanted to connect it up to Sourcetree. This article by Adam Prescott helped me out. You can view the article here:

Power Apps

Download SDK Tools for Dynamics V9.0+

Microsoft is no longer providing the entire SDK and samples as a download. Instead they are hosting the samples on a their website and providing the sdk and tools on nuget.

Power Apps

Filtering Down the CrmSvcUtil

Most of the time i use late bound but there are times when early bound makes things easier. I needed to limit the size of the file so filtering down on just the entities i use was needed.

Power Apps

ADFS 2.1 & 3.0 Config Debug Tracing

Run CMD as Administrator- WEVTUTIL sl "AD FS Tracing/Debug" /l:5- Open the file “C:/Windows/ADFS/Microsoft.IdentityServer.Servicehost.exe.config”- Find the following sections shown in the image…

Power Apps

Disable CRL Checking in IIS 8

When working on a system with no internet access it is important to ensure that CRL checking is disabled. If not disabled you will always receive a 403.13 error after entering you pin.

Power Apps

Recently I have been working with two plugins in my web pages. DirtyForm, which allows you to detect when changes have been made to fields, and JQueryUI which has a very flexible popup calendar for…

Power Apps

Wake Up IIS Websites

One of the biggest issues I have found with using authentication methods like Kerberos Constrained Delegation is that the first person who hits the site in the morning gets a 500 error until the…

Power Apps

Reset Default Org for CRM Users

The script below will change the default org for users. This can be helpful if you have disabled the original default org and users are now getting the crm error that the organization has been…

Power Apps

CRM 2011 Performance Settings

Disable Loopback check HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Control/Lsa New DWORD Value: DisableLoopbackCheck = 1 (Decimal) CRM Settings HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/MSCRM New DWORD…

Power Apps

ADFS 2.0 Config Debug Tracing

Run CMD as Administrator- wevtutil sl "AD FS 2.0 Tracing/Debug" /l:5- Open Event Viewer.- To open Event Viewer, click Start, point to Programs, point to Administrative Tools, and then click Event…

Power Apps

CustomRule - Just one at a time please.

When you define a CommandDefinition in the CRM 2011 and you want to use a CustomRule underneath an EnableRule just remember that your CustomRule will never fire if you have other EnableRules applied…

Power Apps

CRM 2011 Ribbon XML Tips

foreach (EntityMetadata em in resp.EntityMetadata) { if (em.IsCustomEntity == true) { entRibReq.EntityName = em.LogicalName; if (em.IsIntersect == true) //check to see if the entity is a M2M…

Power Apps

Global Context for CRM 2011

When creating htm pages as webresources in 2011 there are many times you would want to get information about CRM such as the orgname and server url.

Power Apps

Copy data between rows in the same table

So here was my issue. I needed to copy some from one row in a table to another row. I tried using the SQL Server Managment Studio but it does not allow you to copy and past binary information.

Power Apps

Grouping Articles By Month

After creating a blog site I wanted to show a webpart that grouped the posts by month. To accomplish this I added a calculated field to my Posts list and used the following formula:

Power Apps

Register Bamboo Calendar Web Part

I recently downloaded the Bamboo Calendar Plus Web Part v2.5. I ran the setup file and installed both the Calendar Plus Web Part and the Bamboo License Manager v2.7. Here are the issues I ran into: