- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-26-2017 09:38 AM
I'm using the 'state' field on a custom table that extends 'task'. I've got a Business Rule that changes the 'active' field to 'false' when the state field is '12' (the value). However, as soon as this happens, the 'state' changes to '3' automatically. This only appears to happen when 'active' changes from 'true' to 'false'. I've searched my Business Rules to see if there's another script that sets the 'state' to '3' when 'active' '=' or changesTo 'false' but I can't find one. Is there a log I can check to see what scripts are running and hopefully identify the culprit?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-26-2017 09:49 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-26-2017 09:41 AM
Depending on what version of SN you're on you may be able to right click the State field on the form and click "Watch field" (or something like that). This will enable the field watcher functionality. With that said, this functionality can be pretty hit or miss. It is worth a shot though.
My best guess is that this is being caused by the task active management business rule as that is triggered based on the Active flag. I forget the exact name of the business rule though.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-26-2017 10:48 AM
I 1000 times agree with the use of field watcher and also think this may be caused by the business rule in question. Here's a blog post that may give you some more details on how that gets managed.
Understanding tasks table "closed" states
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-27-2017 02:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-26-2017 09:49 AM
HI Wayne,
I think
Business Rule:task closer