HR task type Collect employee input

Hafsa1
Mega Sage

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?

2 REPLIES 2

Anil Lande
Kilo Patron

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.

 

Please appreciate the efforts of community contributors by marking appropriate response as correct answer and helpful, this may help other community users to follow correct solution in future.
Thanks
Anil Lande

Hafsa1
Mega Sage

It's portal page "hrj_ticket_page" and this type of task is creating survey