When a record is created, if a user has Sales Representative role, auto moves the BPF stage from Qualify to Develop, and if it has Sales Manager role, auto moves from Qualify to Propose. If there are none of these roles available for the user, stay on Qualify stage
Loading
Tuhin PaulPosted Mar 21, 2023, 5:22 PM
Please keep a note that I am goin to share a sample code which is specific to to Dynamics 365 and may not work in other CRM systems.
Tuhin PaulPosted Mar 21, 2023, 5:19 PM
To implement the desired functionality, you would need to create a workflow that triggers on the creation of a record. Within this workflow, you would need to check the user's role(s) to determine which BPF stage the record should be moved to.