How to attach knowledge articles to a catalog item?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-07-2023 09:17 AM
Hi everyone,
Is there an out of the box option to display knowledge articles before a catalog item is submitted. In addition, we would like to display a message asking user if they have reviewed the knowledge articles....this would be a similar process to how service now support is designed when submitting a case.
thanks so much

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-07-2023 11:38 AM
Below link should help. It looks like there is an OOB option
But if that doesnt work, this seems to be a custom solution
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-08-2023 10:06 AM
Thank you so much @SanjivMeher The out of box solution worked.
About the 2nd part of my question how to display a popup.
I added a catalog client script with an alert to inform the user to review the related knowledge article. By any chance to do you know how to add a link in the alert and do you know how to remove the header of the alert. (dev says..) The addinfo message works correctly but the alert disappears to quickly. See attached catalog client script and examples.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-08-2023 10:34 AM
To extend the time, for the addInfoMessage, you can use the below property used in below link.
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0713722
For link to work on pop-ups, below link should help
Check this response for portal
Please mark this response as correct or helpful if it assisted you with your question.