- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2022 09:42 PM
Hi all,
I need to remove/disable the "Ask a Question" link on the "HRM Todos Summary" widget on the "hrm_todos_page".
Does anyone know how to remove this?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2022 09:52 PM
Hi,
found this on docs
To hide the Ask a question link, go to sys_properties.list and find the sn_hr_sp.hr_ask_a_question_enabled property. Change the setting to No to hide the Ask a Question on HR cases and tasks on the Employee Center.
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2022 09:51 PM
Hi,
check this
How to remove "Ask a question" button on cases
I consider you will have to clone the OOB widget; comment/remove the line and then add this new widget again to the hrm_todos_page
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2022 09:52 PM
Hi,
found this on docs
To hide the Ask a question link, go to sys_properties.list and find the sn_hr_sp.hr_ask_a_question_enabled property. Change the setting to No to hide the Ask a Question on HR cases and tasks on the Employee Center.
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2022 10:12 PM
Thanks Ankur,
that's it!