This question was closed Jul 21, 2017 at 11:14 AM by Ilias Papadomarkakis for the following reason: The question is answered, right answer was accepted
HCM Processes & Forms - Updated service_field_values in get_help_values method
Jul 20, 2017 at 03:42 PM|41 Views
Hello to all,
I have created an FPM form where the employee adds a qualification. So, I have 2 fields, one for the qualification id and one for the proficiency level. Both fields have value helps. For the qualification one, I have created a WD value help to transfer the qualification back to the form and for the proficiencies, method get_help_values of the generic service is called. In this, I read the qualification to get the valid proficiencies ids.
My issue is that in the get_help_values, the SERVICE_FIELD_VALUES doesn't have the updated qualification id, unless I trigger an event, either by enter or check button. Is there any way to have the updated value? I would prefer not to create a button for refreshing the values.
Add comment