Business Rule / task creation
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2024 06:12 AM
Hi All,
I have a catalog item where when submitted one task should be assigned to a specific group and when it is closed a new one assigned to the user who has submitted the request.
This seems not to work:
Business rule details:
am I doing sth wrong?
Thanks!
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2024 06:52 AM
Which table is this BR running on? I have had trouble dot-walking on the Actions tab - I'm not sure why it's made available if it's not going to work. Try instead with a script on the advanced tab.
current.assigned_to = current.request_item.opened_by;
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2024 07:01 AM
Change it to Before BR.
-Anurag