TOPIC Page as Search Result in EC Pro opening in backend view

neha_chauhan
Tera Contributor

Hi All,

 

We have a requirement to include Topics in search result along with knowledge articles and catalog items in our EC pro portal. After creating Indexed source and including it in Search profile, we are able to see the topic in search result, but on clicking it is redirecting to back end topic page.I have gone through these two articles and created below configurations for redirection. 

 

Reference community articles:

https://www.servicenow.com/community/employee-center-forum/topic-page-as-search-result/td-p/2524513/...

 

https://www.servicenow.com/community/ai-intelligence-articles/changing-the-ai-search-navigation-on-e...

 

1. Created AI Search Results Action Configuration for Topics :

neha_chauhan_2-1704821067782.png

 

2. Created EVAM View Config :

neha_chauhan_9-1704821549800.png

 

3. Created new view template copying from default template and updated clickAction in the script :

neha_chauhan_8-1704821467786.png

 

4. Created new Action Assignment for topic navigation :

neha_chauhan_10-1704821726655.png

 

5. Created new Action Payload definition:

neha_chauhan_11-1704821839725.png

 

**As a result, the EVAM View Config record has two action assignment M2Ms as below :

neha_chauhan_12-1704821966865.png

 

ISSUE: When we click on the searched topic it is redirecting to backend topic page URL  :

https://<instanceName>.service-now.com/topic.do?sys_id=<topicSysId>&sysparm_view=

 

However I need it to redirect to below URL :

https://<instanceName>.service-now.com/esc_old?id=emp_taxonomy_topic&table=topic&topic_id=<topicSysId>&recordUrl=%2Ftopic.do%3Ftopic_id%3D<topicSysId>&sysparm_view=

 

Let me know if I need to share more details. Has anybody had this issue and been able to solve it? Any help or guidance is really appreciated.

1 REPLY 1

Julie21
Tera Expert

Did you find any solution to this? I'm struggling with the same issue.