- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-05-2021 05:56 PM
Hi All,
After the manager approval bypassed in the same way group approval activity also getting by passed.
It should wait for the group approval. but it is getting bypassed without approving of group members.
below is the screenshot.
Thank you,
sai.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-06-2021 02:53 AM
If you are in domain separation, make sure you are validating with correct domain user.
try to add same domain group which user belong too and also add one same domain user as group member. see if you are getting same issue or not.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-07-2021 11:55 PM
Hi Harshvardhan,
But I want to another domain user to approve this request item.
I have written the script like below still approvals are not triggering.
var answer=[];
var gr=new GlideRecord('sys_user_group');
gr.addQuery('sys_id','72fb379f1b06e4d0432bb9de034bcb29');
gr.queryNoDomain();
if(gr.next()){
answer.push(gr.sys_id);
}
Thank you,
Sai.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-08-2021 05:59 AM
Adding one thread here, please check.