Business Rule / task creation

dev_K
Tera Contributor

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:

 

 

dev_K_0-1725628278269.png

 

 

dev_K_1-1725628303470.png

 

 

am I doing sth wrong?

 

 

Thanks!

 

2 REPLIES 2

Brad Bowman
Kilo Patron
Kilo Patron

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;

Anurag Tripathi
Mega Patron
Mega Patron

Change it to Before BR.

-Anurag