Which script handles the creation of records in the Connected Content table for a topic?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a month ago
I created a record in the "Catalog and Knowledge Categories" table and clicked the "Add/Remove Content from Categories" UI Action. This automatically created records in the "Connected Content" table.
However, I'm unable to identify which script is responsible for this behaviour.
Could someone please share the script or point me to where it's defined?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
Hi @Sathwik1 ,
The experience I've had with the "Add/Remove Content from Categroies" UI Action doesn't authomatically create the records in the Connected Content table.
The out-of-box experience I get is that clicking on that UI Action related link opens a slush bucket that you have to manually select the items.
To see what's behind that UI Action related link I would right-click on it and click on the "Edit UI Action" link that pops up.
This has a script that calls a UI Page named "edit_associated_content".
Navigating to this UI Page you'll find all the code behind what this UI Action does in the HTML and Client Script sections.
