- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2018 12:13 PM
Hi,
I'm working on Knowledge management where two approvals are required to contribute an article. So, I copied this OOTB workflow, "Knowledge Approval Publish" to create my own with two approvals.
I'm trying to add a custom workflow OOTB knowledge base, IT. However, I couldn't add this new workflow to my knowledge base. Reference field shows only four OOTB workflows. I'm not sure what I'm missing. Or should i do this via script include? If script include is the only possible way can someone share a sample of adding approvers?
Thanks,
Balaji G
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2018 01:18 PM
Greetings Balaji,
Whenever you run into interesting limitations - you can go see what is limiting you. In this case, the workflow field is a reference, and it has a reference filter on it. This filter is supplied by a script include - KBWorkflow - in which it is looking for active workflows, that are published, and is for kb_knowledge.
Validate you have the right table, the workflow is active, and is published.
-Andrew Barnes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2018 01:18 PM
Greetings Balaji,
Whenever you run into interesting limitations - you can go see what is limiting you. In this case, the workflow field is a reference, and it has a reference filter on it. This filter is supplied by a script include - KBWorkflow - in which it is looking for active workflows, that are published, and is for kb_knowledge.
Validate you have the right table, the workflow is active, and is published.
-Andrew Barnes