How to display related knowledge articles (Catalog item) on Catalog Tasks?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā07-22-2023 07:53 AM
I related the KB with my catalog item using this,
- "Related Catalog Items" related list on my knowledge articles.
- "Referencing Knowledge Articles" related list on my Catalog Items.
How to show these related knowledge Articles on my Catalog Tasks?
Just want to make sure if there is any OOB, before I put my script.
What is the best way to show the articles on catalog task?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā07-22-2023 08:15 AM
Hi @Rajini2 ,
Hope you are doing great.
To display the related knowledge articles on the catalog tasks, follow steps outline the process:
Step 1: Ensure Related Lists Configuration
- Confirm that the "Related Catalog Items" related list is properly configured on your knowledge articles.
- Verify that the "Referencing Knowledge Articles" related list is correctly set up on your catalog items.
Step 2: Create a Reference Field
- navigate to the "Catalog Task" table. Add a new reference field, let's call it "Related Knowledge Articles," to establish a link between the catalog task and related knowledge articles.
Step 3: Configure the Reference Field
- In the field properties of the "Related Knowledge Articles" reference field, set the Reference Table to "Knowledge" or whichever table you are using to store your knowledge articles.
- Enable the "Multiple" option for the reference field to allow associating multiple knowledge articles with a single catalog task.
Step 4: Display Related Articles on Catalog Task Form
- Go to the form layout for "Catalog Task."
- Edit the form and add the "Related Knowledge Articles" reference field to the form layout.
Step 5: Test the Functionality
Regards,
Riya Verma
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā07-25-2023 07:38 AM
Thanks Riya. I did not understand Step 3. Enable the "Multiple" option for the reference field to allow associating multiple knowledge articles with a single catalog task. How to do a multiple option on reference field?