Advance Reference Qualifier to return Description of a Knowledge Base
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2023 02:27 AM
Hi All,
What should be the correct script to return the description of a knowledge base using ARQ?
Example : If I am selecting a KB as shown then the current description should automatically pull up the description
I have tried achieving it like this for current description field but it isn't working:::
javascript: 'description=' + current.variables.knowledge_base_kbdmr.description
( knowledge_base_kbdmr is the variable name for "Knowledge Base" variable )
Can someone please help?
Regards
Saurabh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2023 03:26 AM
Hi @Anil ... Agreed so then what should be the exact syntax to get the 'Description' for the selected 'Knowledge Base'?
Regards,
Saurabh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2023 05:07 AM
Check the solution on below link.
Thanks
Anil Lande
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2023 07:02 AM
Hi @Anil ... Thanks for your help! I actually used a GlideAjax to achieve this requirement and it is working as expected.
Regards,
Saurabh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2023 04:13 AM
Hi @chatsaurav19,
If you are using Vancouver will suggest you, use the auto-populate feature by service-now like this:
If you are not using Vancouver release, then call a client callable script include as default value.
Make sure the field type is "multi line text" or "Single line text".
Thanks & Regards
