- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2025 07:35 PM
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2025 09:19 PM - edited 07-20-2025 09:21 PM
Hi @Dinh Nguyen ,
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
Please mark my answer as helpful/correct if it resolves your query.
Regards,
Chaitanya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2025 09:33 PM
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.
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2025 09:19 PM - edited 07-20-2025 09:21 PM
Hi @Dinh Nguyen ,
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
Please mark my answer as helpful/correct if it resolves your query.
Regards,
Chaitanya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2025 09:33 PM
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.
Thank you.