- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-26-2015 01:01 PM
For one of the application(extending from sc_request table) in our instance... Business rules are running 2 times when the request is closed.
It is happening when ever closing the final task of that request then it is automatically closing the request (changing status to Completed) and business rules are running twice, So users getting emails multiple times.
Could anyone suggest what causing the issue. I have tried to change to order of business rules.. but no luck.
Thanks in Advance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-26-2015 01:18 PM
Try this URL and remove anything that uses current.update() this is only for BEFORE business rules.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-26-2015 01:07 PM
Ram,
Sounds like you have 2 Business Rules conflicting or a before Business rule where you have update() (don't use update on a before business rule).
Check that first and let us know.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-26-2015 01:18 PM
Try this URL and remove anything that uses current.update() this is only for BEFORE business rules.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-26-2015 01:12 PM
Hi , can you provide screen shot ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-26-2015 01:33 PM