In one of my recent PCF controls, I decided to go “all-in” on Fluent UI v9 Theme Tokens. The idea was simple – no hardcoded styles at all. Colors, font
In one of my recent PCF controls, I decided to go “all-in” on Fluent UI v9 Theme Tokens. The idea was simple – no hardcoded styles at all. Colors, font
During my daily routine, I have to repeat data entry steps to troubleshoot bugs and/or test written code – Create Contact, Create a Child Case, Save, check the result. I
In my previous post, I described a way around on how to embed PCFs into MDA. During the investigation of what is possible, I found out that Xrm.Navigation.navigateTo ignores “navigationOptions”
At the moment, we, as developers, can develop PCF controls of 2 types – “field” bound and “dataset” bound. But what if I need to embed some kind of special
In one of my projects, I needed to implement “lookup”-alike control that will be used as a filter for the data shown in the datagrid below. I forced myself to