Edit Work notes for two groups in a Closed Interaction Record
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2023 05:39 AM
Hi Team
Please help me.
I Need to edit Work Notes only for this Two groups in a closed interaction record.
I have written Acl with below Script but it is not working.. Can some help me with example
answer = false;
if ((gs.getUser().isMemberOf(gs.getProperty("test1"))) || (gs.getUser().isMemberOf(gs.getProperty("tets manager")))) {
answer = true;
} else {
answer = false;
}
Labels:
- Labels:
-
Virtual Agent
0 REPLIES 0