- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-04-2022 09:21 AM
I found an older post from the below link and I was able to modify the URL to fill the Short description field and the Work notes field, but I was not able to make it work for the description or the Resolution notes. I used the dictionary field names for the fields, but it does not work. We have several knowledge bases and articles are created from all of them, but I tried a few variations, but none would work. Is there any other way this could be done please?
This is what I changed the URL to:
incident.do?sys_id=-1&sysparm_query=active=true^short_description=$[HTML:knowledgeRecord.short_description]^description=$[HTML:knowledgeRecord.kb_issue]^close_notes=$[HTML:knowledgeRecord.kb_resolution]^work_notes=(Created after Knowledge search: $[HTML:knowledgeRecord.short_description])&sysparm_stack=knowledge_home_launcher.do
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-18-2022 09:05 AM
I think I figured it out, but I will need to keep working on it. Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-04-2022 09:56 AM
I don't believe we have kb_issue and kb_resolution fields on kb_knowledge table records (KB articles) however, you can find the same fields on kb_template_kcs_article table records.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-04-2022 10:00 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-04-2022 10:10 AM
Have you checked those dictionaries in the kb_knowledge table? Are they available?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-04-2022 10:20 AM
No, I did not find them and in that case, which fields should I be using?
Is there any other way to get to the same result anyways? Through a script for example?