- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2023 03:22 AM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2023 03:42 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2023 03:42 AM
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