- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-07-2017 01:29 PM
is there a script or an out of the box for the Manager and knowledge base owner to approve the KB article before it can continue?
my thoughts are as followed:
this is for manager approval and i don't think is working.
answer.push(current.request.requested_for.manager);
and i think this here is for both but it is not working am i missing somehthing?
getApprovers: function(knowledgeGR) {
var kbOwner = knowledgeGR.kb_knowledge_base.owner;
var kbManagers = knowledgeGR.kb_knowledge_base.kb_managers;
//Approval activity will handle any trailing comma, if there are no managers.
return kbOwner + "," + kbManagers;
i have attached pictures ... Also what workflows do they do in?
i want this to work for all KB articles- i was putting this in the request new knowledgeBase
thanks for the help! Developer Community
Solved! Go to Solution.
- Labels:
-
Knowledge Management
-
Workflow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-07-2017 02:45 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-07-2017 02:41 PM
Stage is optional, but you can have the same "review" stage if you like or create another one if you want to have separate..
//Göran
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-07-2017 02:45 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-07-2017 02:53 PM
goranlundqvist ok so i have published it and the manager is not getting the approval the system administrator is.. i am set as the manager and not showing up on the approvers list.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-08-2017 12:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-07-2017 02:29 PM
now do i do this in the request new knowledgebase workflow or in the knowledge approval- publish?