response templates

si21
Tera Guru

Hi,

HR related tables are not available in response template configuration. As an admin I can see all the tables but agents cannot see sn_hr_core tables.

Quesiton:

1.Who should be to given response template creation[sn_templated_snip.template_snippet_writer role] access to ?

2.What needs to be done to show all tables.

si21_0-1727803085119.png

 

TIA

 

1 REPLY 1

Sandeep Rajput
Tera Patron
Tera Patron

@si21 Response template creation should ideally be done by users with role sn_hr_core.manager.

 

Regarding table field, tables in the table fields are shown on the basis of a script include TaskTableList.

 

Screenshot 2024-10-01 at 11.39.02 PM.pngScreenshot 2024-10-01 at 11.38.29 PM.png

This script include has a method _filterHRTables which returns the filtered list of tables by removing hr tables

 

* 1. HR tables if user does not have 'sn_hr_core.manager' role
* 2. LE tables if user does not have 'sn_hr_le.admin' role
 
Hope this answers your questions.
 
Please mark my response helpful and accepted solution if it addresses your question.