
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-12-2017 01:03 PM
Hello, I have a Business Rule that runs when Assignment Group "changes".
The business rule essentially creates another type of "Task" if the assignment group changes to a certain value. The script changes the Task Type, clears out the Number and also migrates the attachments from one task type to another.
This business rule works 100% if it is run from the FORM VIEW only.
However, when it is run from the LIST VIEW, it does not work fully, the number does not clear and the attachment does not migrate to the new record properly.
What is the difference between executing a business rule in the List view vs the Form view? Why is the business rule not working properly in the List view?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-14-2017 11:45 AM
I was able to solve the issue. I removed the redirect, that appeared to be causing the issue in the list view.
action.setRedirectURL(current);

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-14-2017 11:45 AM
I was able to solve the issue. I removed the redirect, that appeared to be causing the issue in the list view.
action.setRedirectURL(current);