Tag Archives: Business process flow Dynamics CRM

Get Business Process Flow Stages in a defined sequence within Microsoft Dynamics 365 CRM

If you’ve ever tried to retrieve Business Process Flow (BPF) stages programmatically in Dynamics 365 CRM, you’ve probably noticed something frustrating: the order you get from the backend doesn’t always match what you see on the form. Recently, while working on a real project requirement, you may find yourself needing the BPF stages in the… Read More »

Make the Business Process Flow fields to be required conditionally

Introduction: Recently, we had a business requirement to make some fields, present in the Business process flow stage, to be required conditionally based on the value selected in one of the fields in the BPF stage. First, we tried to achieve this by writing a client side JavaScript code to make the Business Process fields… Read More »