how to add a current kb article number from email notification script?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2023 10:08 PM
Hi can anyone help me with the code correction for adding the current kb article number for the email notification script ..
iam able to add kb article number but when i click on kb article it is going to new record, but not the kb article number record.
Please see the code below.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2023 10:22 PM
Hello @raj765_32
You need to change this line :-
template.print("<a href='"kb_feedback_task.do?sys_id="+ current.sys_id + "'>"+ current.number +"</a><br/><br/>");
Plz Mark my Solution as Accept and Give me thumbs up, if you find it Helpful.
Regards,
Samaksh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2023 11:05 PM
hi it is going to kb feedback task but it should go to kb article number. not kb feedack number
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2023 11:23 PM
Hello @raj765_32
Use this :-
template.print("<a href='"kb_knowledge.do?sys_id="+ current.sys_id + "'>"+ current.number +"</a><br/><br/>");
Plz Mark my Solution as Accept and Give me thumbs up, if you find it Helpful.
Regards,
Samaksh