populate resolution code and notes in service now using business rule
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2022 03:33 AM
Hello Community,
I'm looking to populate resolution notes and codes using Business Rule in ServiceNow.
I tried business rule on before update condition on incident table
current.close_notes="This is testing";
It is not working.Please help here
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2022 03:40 AM
@XYZ The code is correct. There might be something else which is removing the clode note. please check.
Please mark as correct answer if this solves your issue.
ServiceNow Community Rising Star, Class of 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2022 03:41 AM
Hi, what is your when to run condition and check the order of business rule. You use below option to configure the mentioned value instead of writing the script.
Suresh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2022 04:34 AM
Yeah..when status is resolved that's the condition
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2022 06:38 AM
Hi, It's working fine for me. I doubt, your team written another custom code may it's blocking. Can you check any other code paralley running? I recommend to test the same in your PDI.
If helps can you mark as helpful or correct answer.
Suresh.