- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2019 07:48 AM
Hi All,
I am looking to set up a business rule to update a checkbox field after the initial record has been inserted (essentially, an update right after the initial insert). I have some mandatory fields on the record that users are required to fill out before updating the record, but I'm not concerned with these fields being set in the business rule. Is there a way to disable the mandatory fields/skip them in the business rule?
I'm trying to determine a workaround for the Inbound Action SLA issue that ServiceNow is experiencing (https://hi.service-now.com/kb_view.do?sysparm_article=KB0744354) and was thinking if I can have the record updated immediately after insert that it would apply the SLA as expected. If there is a better way to handle this please let me know.
Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2019 12:39 PM
Hi, mandatory fields that are only being validated in the front end (client side) so they are being ignored if you are using Business Rule unless there are mandatory fields configured using Data policy.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2019 07:54 AM
Take a look at this blog.
Please mark my response as correct and helpful if it helped solved your question.
-Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2019 12:39 PM
Hi, mandatory fields that are only being validated in the front end (client side) so they are being ignored if you are using Business Rule unless there are mandatory fields configured using Data policy.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2019 01:06 PM
Hey Andree, thanks for liking my reply. If my reply has answered your question, can you kindly mark it as correct please so it will get removed from the Unsolved list 🙂