Auto populate assignement group hr template
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2023 01:11 AM
Hello,
Need help with business rule script to autopopulate a HR task with an assignment group.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2023 02:03 AM
Hello @Averyy
You need to pass the sys_id of that group-
current.assignment_group='sys_id';
Mark ✅ Correct if this solves your issue and also mark 👍 Helpful if you find my response worthy based on the impact.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2023 06:26 AM
My apologies, this needed more detail but I was up so late last night, each user is within their own org and the org has their own "ATAAP Group". I want to auto assign to the specific group under the org each user submitted is within.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2023 05:54 AM
Out of curiosity, could you not use Assignment Rules and use them on the HR Task table instead of creating a BR that you have to maintain?