Tag Archives: Business process flow Dynamics CRM

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

Introduction Recently while working on one of our requirements, we came across a scenario where we needed to arrange the Business Process stages in the order in which it was mentioned on the entity record. So, we tried to get the stages from the processstage table, but the resultant stages on querying the processstage table… 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 »