Table configuration in the HR Template of HRSD

Dinh Nguyen
Kilo Sage

Hello everyone,

I am learning about HRSD. I noticed that there is an HR Template feature as shown in the image below. I am wondering what characteristics a table must have in order to be displayed and selectable in the Table field.

I have done some research but couldn’t find any information. If anyone knows, please help me.

Thank you so much.

DinhNguyen_0-1753065296029.png

 

2 ACCEPTED SOLUTIONS

Chaitanya ILCR
Kilo Patron

Hi @Dinh Nguyen ,

 

ChaitanyaILCR_0-1753071544102.png

 

 

the tables logic is written in the hr_TemplateUtils script include and method is (process)

whatever the process method returns those tables will be displayed

 

ChaitanyaILCR_2-1753071666239.png

 

 

Please mark my answer as helpful/correct if it resolves your query.

Regards,
Chaitanya

 

 

View solution in original post

Shraddha Kadam
Mega Sage

Hello @Dinh Nguyen ,

 

It ensures that the table supports HR-specific task functionalities, which are crucial for HR Templates to properly predefine values and automate actions. Limiting the selectable tables this way helps maintain compatibility and prevents errors within the HRSD module.

 

Essentially, HR Templates are designed to work with HR cases and tasks, so only tables that are part of that are relevant and available for selection.

If my response was helpful, please mark it as correct and helpful.
Thank you.

View solution in original post

6 REPLIES 6

Chaitanya ILCR
Kilo Patron

Hi @Dinh Nguyen ,

 

ChaitanyaILCR_0-1753071544102.png

 

 

the tables logic is written in the hr_TemplateUtils script include and method is (process)

whatever the process method returns those tables will be displayed

 

ChaitanyaILCR_2-1753071666239.png

 

 

Please mark my answer as helpful/correct if it resolves your query.

Regards,
Chaitanya

 

 

Shraddha Kadam
Mega Sage

Hello @Dinh Nguyen ,

 

It ensures that the table supports HR-specific task functionalities, which are crucial for HR Templates to properly predefine values and automate actions. Limiting the selectable tables this way helps maintain compatibility and prevents errors within the HRSD module.

 

Essentially, HR Templates are designed to work with HR cases and tasks, so only tables that are part of that are relevant and available for selection.

If my response was helpful, please mark it as correct and helpful.
Thank you.