How to remove/disable the "Ask a Question" link on HR Tasks [sn_hr_core_task] in the Employee Center Portal

patricklatella
Mega Sage

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?

 

find_real_file.png

1 ACCEPTED SOLUTION

Ankur Bawiskar
Tera Patron
Tera Patron

Hi,

found this on docs

Employee to-dos page

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

find_real_file.png

Regards
Ankur

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

View solution in original post

3 REPLIES 3

Ankur Bawiskar
Tera Patron
Tera Patron

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

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Ankur Bawiskar
Tera Patron
Tera Patron

Hi,

found this on docs

Employee to-dos page

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

find_real_file.png

Regards
Ankur

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Thanks Ankur,

that's it!