How to update HR case fields directly with Employee form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2023 05:56 AM
Hi All.
Can someone please help me on the below query.
I have two fields in HR case form, i want update the field information through employee forms
I have created employee form and template with HR task type is Collect Employee Input.
but its not updating the information on HR case fields
Please help me to achieve this.
Thank you..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2023 12:22 AM
Hi @nikhitha24
Employee form field mapping is used to populate the data from the backend to the front end, it won't allow you to update the field value.
Also could you please elaborate the requirement so that I can help you?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2024 06:29 AM
@nikhitha24 Your use case will require you to be able to identify the case uniquely. If multiple cases match based on your condition, the system will not update the record. The user will also need access to be able to update the field with any ACL (if applicable, since I do not know the specifics). Who is the individual that is updating the fields for your use case? Knowing the specifics will help us to give more refined guidance based on your use case.
Lastly, you can find out the reason why the field is not getting updated by looking in the Employee Form Errors module. If multiple records match, or the user does not have access to update will be reflected in this output.
If my answer has helped with your question, please mark my answer as accepted solutions and give a thumb up.
Regards,
Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2024 10:08 PM
Hi @michaelj_sherid . I need to dynamically fetch the Employee End Date and show in the form. it works only if there is 1 record in the entire table of lifecycle event case but the moment i create another case i breaks. I identified the reason as is identifying more than 50 records. So i figured out that i need to filter by the subject person. Question is how do i do it ? something like Subject person HR person is same as 'xyz' but the name has to dynamic and will be different for each case.