- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2024 12:15 PM
First time posting here, sorry if the forum is not the correct one.
My question is:
if best practices when it comes to working with business rule state that we should avoid using current.update(), why are there so many OOO business rules using it?
Sorry if this is a silly question but I'm just curious.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2024 12:24 PM
Hi there,
You will find a ton of out-of-box scripting etc. which doesn't follow nowadays best practices. ServiceNow won't update all of that, some of it will stay forever in your instance 😁
It should at least not happen for recent business rules. Unless... In some cases current.update() is valid though, though in general its a bad practice.
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2024 12:24 PM
Hi there,
You will find a ton of out-of-box scripting etc. which doesn't follow nowadays best practices. ServiceNow won't update all of that, some of it will stay forever in your instance 😁
It should at least not happen for recent business rules. Unless... In some cases current.update() is valid though, though in general its a bad practice.
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field