Records not getting updated in List View
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2023 11:34 AM
Currently , I have worked on a development where if service owner or service owner group has been changed on mapped application service table, It needs to be automatically updated in all the related incidents.
Issue is like only few records were seen getting updated on table list view not all.
Thanks. Below is the code for the BR I have used
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2023 11:34 AM
@sushantmalsure Not able to use Business rule debugger to find out which Business rule is not getting executed because of set workflow (false)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2023 02:32 PM
no no, I am saying remove setWorkflow(false) and then turn on debugger to see which activity (may be BR) is restricting this update because your script to update looks good to work.
Regards,Sushant Malsure
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2023 12:05 PM - edited 08-03-2023 12:06 PM
@sushantmalsure I have used debugger and could see below BR's getting executed along with this BR and I cannot see any BR related to Activity getting updated through one
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2023 12:09 PM - edited 08-03-2023 12:09 PM
@sushantmalsure How to make the History fields to re-audited again and get the activities field populated by the same as this is getting effected SetWorkflow(false) usage in the BR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2023 12:16 PM
havent you removed setWorkflow(false) ? remove it and the check all the BR execution using debugger to figure out what is restricting the update operation. Also make sure this new BR has to be after update BR
Regards,Sushant Malsure