Auto assignment group
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-20-2017 09:05 PM
Hi,
If I submit an service request from CMS portal, I need that request to auto assign to particular group.
Thanks,
Aswin c
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-20-2017 09:08 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-20-2017 09:11 PM
Also if you have specific workflow defined for the catalog item you can use the activity "Set Value" to set the assignment group on request.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-20-2017 09:36 PM
Hi,
There are multiple ways of achieving your requirement. Some of them are mentioned below:
1) If it is an Catalog item, having a Workflow attached make use of the Workflow Activities available like for e.g. you can use the Set Value activity or you can also define it in the Catalog Task Activity which has the Assignment Group field or can make use of Run script activity as required.
2) If it is an Record Producer, define it in the Record producer form script itself as mentioned below:
current.assignment_group = producer.variable_name;
3) You can also write an before Insert Business rule on the required table and assign it to the required group you want from there.
Hope this helps. Mark the answer as correct/helpful based on the impact.
Regards,
Shloke
Regards,
Shloke
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-12-2017 04:16 AM
Hi,
If your query is Resolved, would you mind marking the answer as correct and close this thread.
Regards,
Shloke
Regards,
Shloke