Assign a HR case and the same assigned to value reflect on HR tasks

Souvick A
Tera Contributor

Hello All

I have one query regarding this as I want to know how can I achieve below requirement:

> When HR case is assigned automatically the HR task is assigned to the same assigned to value and if the assignee changes on the HR case then the same reflect on the task.

Regards

Souvick

1 ACCEPTED SOLUTION

Dan H
Tera Guru

Hi @Souvick Adhikari 

You can use a before Insert/update business rule on the HR Case table, with the filter "Assigned to" is not empty.

Business rule script should check:

For any HR tasks

If HR tasks exist,

update the HR Tasks assigned to field with the HR Case assigned to value.

Do you need help with this script?

 

Hope that helps.

Please mark my answer as helpful/correct based on impact.

 

KR,

Dan H

View solution in original post

5 REPLIES 5

Rabarber
Tera Expert

Hi all, 

I'm trying to do the same thing, could someone share the business rule script?