Symptom
When Latest Form Experience is enabled, the configuration to validate required goal fields is not respected on form routing.
Environment
SAP SuccessFactors Performance Management
Reproducing the Issue
- With
- With the latest experience of Performance Management forms disabled, the validation works as expected.
Resolution
Please add the following configuration into the form template XML's goal section. Once added, please launch a new form and verify if the validation functions as expected. You may modify the `role-name` and `route-step stepid` values as necessary:
<required-fields>
<role-name>*</role-name>
<field refid="tgm-fields" min-value="-1.0" max-value="-1.0"/>
<route-step stepid="*"/>
<send-action sendid="next_step"/>
</required-fields>
Keywords
PMU-25481, Performance Management, error, form, evaluation, performance form, required field, tgm-fields, validate, objective, field, required, mandatory , KBA , LOD-SF-PM-FRM , Forms & Templates , How To
SAP Knowledge Base Article - Public