- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2022 07:57 PM
I created a Business Rule to send data to another server when some Updates and Insert happen in Service-now instance. In Business Rule tab there are two fields named as "Order" and "Priority". The default value for those were 100.
I need to know what is mean from those fields names ?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2022 08:11 PM
Hi,
Order field defines the execution order of Business rule to be evaluated on particular record.
If you have multiple BR of same type then based on order value they execute at server side. Lowest order BR execute first and highest order BR execute at the last.
I guess the use of Priority is only in case of Async business rule. As they will be trigged based on order but once they are in queue priority then Queue will process BR script/logic based on priority.
Thanks,
Anil Lande
Thanks
Anil Lande

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2022 08:11 PM
Hi,
Order field defines the execution order of Business rule to be evaluated on particular record.
If you have multiple BR of same type then based on order value they execute at server side. Lowest order BR execute first and highest order BR execute at the last.
I guess the use of Priority is only in case of Async business rule. As they will be trigged based on order but once they are in queue priority then Queue will process BR script/logic based on priority.
Thanks,
Anil Lande
Thanks
Anil Lande

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2022 08:13 PM
To learn more please check below links:
Use of priority field in business rule
Thanks,
Anil Lande
Thanks
Anil Lande