How to restrict Global Search to search in all applications?

Ankita Kolhe
Tera Contributor

Hi All,

 

I want to restrict users to search in all applications i.e they can get search result from their application records only.

Can anyone please help how to achieve this in Workspace?

Any response will be appreciated.

 

Thanks,

Ankita

1 REPLY 1

Vaishnavi Lathk
Mega Sage
Mega Sage

Hello,

 

You can acheive it by using Read ACL and check if there is any Read ACL is masking this and giving access to ITIL users

 

if(gs.getUserID().isMemberOf(' My contract group'));


{


answer = true;


gs.log("ACL check true");


}


else


{


answer = false;


}

 
Regards,
Vaishnavi Lathkar