How to create business rule in service now?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-04-2022 09:15 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-04-2022 09:26 PM
Hi
you can find tons of material when search for that topic on the Internet but for the b eginning you can start with https://developer.servicenow.com/dev.do#!/learn/courses/rome/app_store_learnv2_scripting_rome_script...
Kind regards
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-04-2022 09:28 PM
Hello
Please find the below links.It has everything you would like to know about creating business rule
https://youtu.be/VTJz7Rc2uHo
Please mark answer correct/helpful based on impact

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-05-2022 12:41 AM
The title in the question is about "Business Rule" but the content states "Business Role". These are 2 distinct concepts.
Business Rule is a service side javascript that are executed when a record is displayed, inserted, updated, or deleted, or when a table is queried.
There are some predefined business rules and users are also able to create their own business rules to fit their business needs.
To view defined business rules, go to "System Definition" > "Business Rules" from Navigator.
Business Roles is a feature in Employee Service Management to automatically provision applications to employees through identity provider services.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-05-2022 03:41 AM
Hi,
A business rule is a server-side script that runs when a record is displayed, inserted, updated, or deleted, or when a table is queried.
To configure business rules, you first need to determine when the business rule should run and what action it should take.
When business rules run
- The time that the business rule is configured to run relative to a record being modified or accessed.
- The database operation that the system takes on the record.
There are some good articles on how to learn more on Business Rule. Refer to the ones suggested by other folks as well look at these below as well:
https://www.servicenowelite.com/blog/2016/6/11/learn-business-rules
https://www.youtube.com/watch?v=VTJz7Rc2uHo
https://www.youtube.com/watch?v=ybxv8o96hFM
https://www.youtube.com/watch?v=88vO-kEmHz0
Hope this helps. Please mark the answer as correct/helpful based on impact.
Regards,
Shloke
Regards,
Shloke