Business Process Flow (BPF) is a very useful tool to standardize data entry on a model driven app. In simple cases, a linear BPF is a good option. However, in more complex scenarios, a BPF can be enhanced by using branching. I will discuss on this blog the limitations and workarounds concerning branching conditions.I was … Continue reading How to set up complex conditions for business process flow ?
UCI
How to bulk change main forms header density using Cloud Flows ?
As announced by Microsoft, the low-density header option will be deprecated on October 2021. As an impact, any current form that is configured as “low-density” will be automatically updated to render in a high-density with flyout mode in a model driven app. I will present on this blog a way to change in bulk the "high-density" option … Continue reading How to bulk change main forms header density using Cloud Flows ?
Dependent OptionSet in Dynamics CRM V9
It is known that for the moment there is no way to set up a dependency between two OptionSet fields with OOB functionalities. It is possible to implement this scenario using JavaScript code as the field type used is OptionSet. We could have implemented it with a simple configuration if the Field type were a LookUp. … Continue reading Dependent OptionSet in Dynamics CRM V9
Hide existing refresh button from subgrid header (UCI)
By switching to the new UCI interface. We notice that several buttons have been added to the ribbon, and sub-grid. For example, the refresh button: It's possible to hide this button using the latest version of Ribbon Workbench. In this tutorial, I use the version 3.1.391.1 available on XrmToolBox. I created a solution containing the … Continue reading Hide existing refresh button from subgrid header (UCI)