- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-15-2023 08:19 AM - edited ‎03-15-2023 08:22 AM
I've been task with setting up a rule that will set Assign_to and Assignment_group on a parent task of a Resource Plan. I'd like to set up the rule to also provide a work note documenting the change. When the BR runs it is duplicating the Work Notes from the BR. Attached is the Code. Any help to understand how to stop the work notes from entering twice would be great.
Business Rule is targeting Resource Plan table. This runs after Update on State = Allocated
**Code is targeting task.comments, but I've tried both work_notes and comments during testing
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-15-2023 09:46 AM
Try having it run After update and State changes to Allocated instead of = Allocated.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-15-2023 09:46 AM
Try having it run After update and State changes to Allocated instead of = Allocated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-15-2023 10:31 AM
That was my issue. I changed "When to run" State changes to Allocated instead of State is Allocated