Edit Work notes for two groups in a Closed Interaction Record

Dileep Raju
Giga Guru

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;
}

0 REPLIES 0