Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

How to add Subject person's manager to custom field once HR case created?

Ramu6
Tera Contributor

Hi all,

Actually i have requirement that, basically we have few custom fields on the case form, on that there is one list collector field called " Involved User", so here once we create a case , then automatically "Subject person's " manager  need to add to that field automatically?

 

Please help me to resolve this

Thanks

Ramu

1 ACCEPTED SOLUTION

Samaksh Wani
Giga Sage

Hello @Ramu6 

 

You need to write a Before Insert Business Rule for this :-

 

current.involved_user=current.subject_person.manager;

 

Plz mark my solution as Accept, If you find it helpful.

 

Regards,

Samaksh

View solution in original post

1 REPLY 1

Samaksh Wani
Giga Sage

Hello @Ramu6 

 

You need to write a Before Insert Business Rule for this :-

 

current.involved_user=current.subject_person.manager;

 

Plz mark my solution as Accept, If you find it helpful.

 

Regards,

Samaksh