Tag: QuickTip

There are posts in this category.

[QuickTip] How to use setVisible within TypeScript

One of my colleagues recently approached me and asked how one could use the function “setVisible” on a Dataverse control in TypeScript. The function is present in JavaScript but when trying to use it in TypeScript he got an error. Xrm type is not exposing setVisible, therefore the error...
Read More

[Quick Tip] BPF – Merge previously split branches

If you have split a BPF with a Condition tile you might want to merge the two branches back after some steps. We had this requirement a few times in our projects. Every time we had to figure it out again. This post will explain a way to do...
Read More