Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2022 09:31 PM
Hi,
I have created an assignment rule and added one group(A) to Assigned to Group using a script.
if(condition ='true'){
current.assignment_group.setDisplayValue("A");
}
The above code is working fine.
Now I have a requirement where need to add three groups(A, B & C) in the Group field using the script.
Something like this:
if(condition ='true'){
current.assignment_group.setDisplayValue("A;B;C");
}
is this possible or is there any workaround for this?
Solved! Go to Solution.
Labels:
- Labels:
-
Scripting and Coding