- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2025 07:47 AM
There is one OOB record producer named as 'Walk-up Appointment Booking' which has all the fields set to read only due to its protection policy. This comes as a part of plugin - walkup experience. Since, it is not editable, we copied it and made the necessary changes to the new one but now the EC portal shows two record producers for walk up booking appointment (one OOB and one Custom created). We want the OOB record producer to be disabled / deactivated / not visible on the EC portal. How to do this?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2025 08:37 AM
Hello @curr_user ,
Since the record producer is protected and can’t be edited directly, you can hide it from the ESC portal by adjusting the search source. Here's how you can do it:
Steps:
-
Go to Filter Navigator → AI Search → Search Experience → Search Sources
-
Open the search source for ESC Portal Catalogs
-
In the conditions, add a filter to exclude the OOB item by name — for example:
Name is not "Walk-up Appointment Booking"
👉 Note: If you decide to create a separate search source instead of editing the existing one, you’ll also need to update the search profile accordingly to include the new source.
You can refer to this doc for more details: 🔗Create a search source
After saving the changes, try clearing your browser cache or logging out and logging back in. In some cases, changes don’t reflect immediately without a refresh or cache clear.
Once done, search again for “Walk-up Appointment Booking” on the ESC portal. It should no longer appear. I tested this in my instance and it worked as expected.
Let me know if it works for you or if you run into any issues!
🔹 Please mark ✅ Correct if this solves your query, and 👍 Helpful if you found the response valuable.
Best regards,
Aniket Chavan
🏆 ServiceNow MVP 2025 | 🌟 ServiceNow Rising Star 2024
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2025 11:04 AM
Hi @curr_user
did you see in your screenshot, that you have to switch to the "Walk-up experience" application to be able editing the record?
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2025 11:24 AM
Even if I switch to "Walk-up experience" application, I am not able to edit the fields of the record producer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2025 08:37 AM
Hello @curr_user ,
Since the record producer is protected and can’t be edited directly, you can hide it from the ESC portal by adjusting the search source. Here's how you can do it:
Steps:
-
Go to Filter Navigator → AI Search → Search Experience → Search Sources
-
Open the search source for ESC Portal Catalogs
-
In the conditions, add a filter to exclude the OOB item by name — for example:
Name is not "Walk-up Appointment Booking"
👉 Note: If you decide to create a separate search source instead of editing the existing one, you’ll also need to update the search profile accordingly to include the new source.
You can refer to this doc for more details: 🔗Create a search source
After saving the changes, try clearing your browser cache or logging out and logging back in. In some cases, changes don’t reflect immediately without a refresh or cache clear.
Once done, search again for “Walk-up Appointment Booking” on the ESC portal. It should no longer appear. I tested this in my instance and it worked as expected.
Let me know if it works for you or if you run into any issues!
🔹 Please mark ✅ Correct if this solves your query, and 👍 Helpful if you found the response valuable.
Best regards,
Aniket Chavan
🏆 ServiceNow MVP 2025 | 🌟 ServiceNow Rising Star 2024
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2025 08:20 AM
Hello @Aniket Chavan ,
We tried what you suggested above. Although, it did not work by adding the condition 'Name is not "Walk-up Appointment Booking"', but it worked using the 'Short Description is not "Book walk-up appointment"'.
We could not debug as to why it was not working with previous filter but got the solution though.
Thank you for solving the issue.