Skip to main content
August 29, 2022
Question

knowledge Center

  • August 29, 2022
  • 4 replies
  • 0 views

Hi All, 

I have requirement to fetch/list all knowledge centers for all the application available on server. I have uuid of all the application, need to get knowledge center. Please guide how this can be achieved.

Thanks

4 replies

mikes0011
Brainy
August 29, 2022

Tools by which to do this programmatically are, admittedly, a little limited.  Is this something you just need to do once, or is it something that you need in the form of a dynamic, on-demand tool?  If it's just once, I'd suggest you could create a temporary "helper app", add the original contents of the main app, then filter out and remove any objects that aren't a KC - leaving you with a helper app containing just KC objects.

The Expression Guru
September 1, 2022

Thanks Mike for response. With suggested approach also i will be left with same question, how do I fetch KC from helper app and display it on interface ?

mikes0011
Brainy
September 1, 2022

AFAIK there's no direct way to fetch objects that belong to a particular app in a procedural way with normal expression logic.

The Expression Guru
stewart.burchell
September 1, 2022

Another (not foolproof but pretty straightforward) method to list your KCs is to navigate to the 'All Objects' view in Designer, select 'Folder' and then search using 'KC'. What this won't tell you (without some additional effort) is what Application(s) a KC is associated with or even if that KC is being used in anger. 

What's the requirement behind the requirement? Why do you need to know and what are you going to do with the information once you've derived it?