- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2020 10:22 PM
in Knowledge feedback task, assignment group not auto populating from kb article owner group.
KB article:
kb feedback task:
Solved! Go to Solution.
- Labels:
-
Instance Configuration

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2020 10:49 PM
Please replace it with
current.assignment_group = current.article.u_knowledge_article_owner_group; //I.e The error was it should be assignment and not assignmnet

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2020 10:27 PM
Hi Arkesh,
I am not sure if there is OOTB script to autopopulate. That said you can create a before business rule (insert checkbox to true) to update the assignment group with script as
current.assignment_group = current.article.assignment_group;
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2020 10:46 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2020 10:49 PM
Please replace it with
current.assignment_group = current.article.u_knowledge_article_owner_group; //I.e The error was it should be assignment and not assignmnet