- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2018 02:11 PM
I have a case table (custom) where I am trying to report on the number of times a case was re-opened. I am trying to increase the count in the u_reopen_count field by 1 when the case is changed from 'resolved (6)' to any other value excluding resolved or closed.
I am very new and I am having challenges with the business rule. Anyone have any recommendations?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2018 03:55 PM
Hi Lisa,
1) I forgot to mention,in condition use the resolved state value and closed state value instead of resolved ,closed names.Values may differ in every company,that's why I used the names in the condition.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2018 03:51 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2018 03:55 PM
Hi Lisa,
1) I forgot to mention,in condition use the resolved state value and closed state value instead of resolved ,closed names.Values may differ in every company,that's why I used the names in the condition.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2018 07:56 PM
Thank you!! Go this to work. 🙂

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2018 02:19 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2018 02:50 PM
Thanks Sachin.... I tried that as well, but the value still did not increase from 0 to 1.
Is what I have in the script correct to increase the value by 1?