How to modify redirect url when searching esc portal catalog??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
1. Copy the original catalog page and proceed with customization (change to original id : sc_cat_item2323, copy : sc_cat_item)
2. The phenomenon of loading to the original url, not the copied page, when accessed after searching the product on the employee portal
ex)
I thought you were referring to the id value of the page when loading the page, but even if you change the id value of the original page to another value and change the id value of the copy to the original value, url is created using the existing value
/esc?id=sc_cat_item2323 -> /esc?id=sc_cat_item not changed !!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @jinwoolee ,
I tried your problem in my PDI and it works for me
Please navigate to All> Service Portal> Search > Search Source
Check the page id of "Catalogs" record and change to your specific page id
Additionally if this doesn't work open the record and in Data Fetch Script you find a variable called item.page change the specific page id it will work
Result
I search for mac and if I open any item
It will navigate me to specific page
Please mark my answer correct and helpful if this works for you
Thanks and Regards,
Sarthak
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @jinwoolee ,
Did you try the 2nd approach that I mention in my comment ?
Additionally if this doesn't work open the record and in Data Fetch Script you find a variable called item.page = "sc_cat_item" change the specific page id it will work
Please mark my answer correct and helpful if this works for you
Thanks and Regards,
Sarthak
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hello, I'm still having problems.
