Xrm SDK methods for hiding the header and footer: welcome 🙂 Yesterday I've seen the new SDK methods for hiding the header and footer areas on the form, and the first impression was: WOW! I just had the feeling that I've missed this feature since ever. So I've tried to remember where I've needed this... Continue Reading →
Dataset PCF using FluentUI: open record
This is a part of my blog “My Checklist for a Dataset PCF using FluentUI“. What possibilities do we have to open a record and navigate to the form? I can think of three methods: using Navigation.openFormusing Navigation.navigateTo - unsupported (for now?)using dataset.openDatasetItem All of them will work only for the ModelDriven Apps. My favorite... Continue Reading →
Dataset PCF using FluentUI: Selection
This is a part of my blog “My Checklist for a Dataset PCF using FluentUI“. To implement a footer, we need not only the paging (see my blog about paging), but also the selected records. This way the footer will look similar to standard grids. This blog post explains how I've implemented the selection. This... Continue Reading →
Dataset PCF using FluentUI: Paging
This is a part of my blog “My Checklist for a Dataset PCF using FluentUI“. The footer has to show the navigation buttons and the selected/available records. In this blog post I'll talk about how I've implemented the paging and how I've integrated it in my footer. Paging component For the footer, I've made a... Continue Reading →
Dataset PCF using FluentUI: Full Height (100%)
This is a part of my blog “My Checklist for a Dataset PCF using FluentUI“. We saw in the other blog, how to handle the height of a subgrid. But there are a few cases when the height of the grid is defined or we need to fill the whole place available (css 100%). That... Continue Reading →