In Dynamics crm ff you have both javascript and business rules on same form then it follow below order:
- Any system script is applied first
- Custom javascript
- Business rule, In case multiple business rule exist on same event, they run in the order they were activated. Means the one which was activated first will execute first and the one activated last will execute at last.
Hope it’s helpful
Happy learning
Leave a Reply