Request to pull kb number when creating incident from knowledge article
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2024 03:03 AM
Hi ,
Could you please assist me with the following request? When creating an incident from a knowledge article, the KB number should automatically populate in the incident form. Could you advise on the required system property "glide.knowman.create_incident_link" and the value that needs to be filled in?
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2024 05:24 AM
Hi @Pradeepa B ,
update value in the property "glide.knowman.create_incident_link" with below value :
incident.do?sys_id=-1&sysparm_query=active=true^parent=$[HTML:knowledgeRecord.number]^comments=(Created after Knowledge search: $[encodedKb_desc])&sysparm_stack=knowledge_home_launcher.do
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2024 05:05 AM
Hi @jagadeeshsnow ,
I have updated the value "glide.knowman.create_incident_link". but it's now working.
Backend value of Knowledge article field in incident form: u_kb_number and backend value of knowledge article number: number.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2024 05:30 AM
Hi @Pradeepa B ,
then you can replace "parent" with "u_kb_number"
updated value will be : incident.do?sys_id=-1&sysparm_query=active=true^u_kb_number=$[HTML:knowledgeRecord.number]^comments=(Created after Knowledge search: $[encodedKb_desc])&sysparm_stack=knowledge_home_launcher.do
If my response helped please mark it correct and close the thread so that it benefits future readers.
Jagadeesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2024 06:26 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2024 07:56 AM
@Pradeepa B what is the issue you are facing , please mention about the issue