Assign a system group to a workflow task
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2014 03:51 PM
Hi,
Is there a way to assign a system group to a workflow task ? I would like to see "site_ABC_SiteConsumer" when I have to select an assignee group.
Thank you,
Vincent
Is there a way to assign a system group to a workflow task ? I would like to see "site_ABC_SiteConsumer" when I have to select an assignee group.
Thank you,
Vincent
Labels:
- Labels:
-
Archive
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2014 09:05 AM
You'll need to edit pickerchildren.get.js
The problem is with the line:
Then if you want to make it an optional parameter to only have those system groups in your workflow and not others, which I recommend, you'll need a bit more work
The problem is with the line:
var searchResults = groups.getGroupsInZone(searchTerm, "APP.DEFAULT", paging, "displayName");
Then if you want to make it an optional parameter to only have those system groups in your workflow and not others, which I recommend, you'll need a bit more work
