HR task type Collect employee input
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2023 12:22 AM
I have created a HR task collect employee input and map it to custom table.
I have created employee form for 4 fields and mapped t0 4 fields in custom table.
Initially for any record, in custom table already some values are available in 4 fields, requirement is when task is triggered to user he should see these values and if they want to change it and submit it , the same should be updated in custom table.
Whatever , I give input on task form from portal I can see those values in custom table. But vice versa is not happening.
how this is achivable?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2023 03:12 AM
Hi,
You can use onLoad client script and set the field values when the form is loaded.
If values are static then you can hardcode those values in client script.
If you want Values from the custom table record then use GildeAjax and get the values by querying custom table and populate your variables for employee.
Thanks
Anil Lande
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2023 05:19 AM
It's portal page "hrj_ticket_page" and this type of task is creating survey