Symptom
- Enable the Notice of Pay Rate - Wage Theft Prevention Act in Compliance Settings.
- Try to configure the Fieldmetaoverrideconfig for NYWTPA form fields.
- Throws the sample errors below:
- compInfo.WTPA_NY_RateOfPay_Range is not a valid field ID to override. Please enter a valid field ID.
- Enter a valid metadata for the overriding field compInfo.WTPA_NY_PreparersTitle as per the OData metadata of the instance.
Image/data in this KBA is from SAP internal systems, sample data, or demo systems. Any resemblance to real data is purely coincidental.
Environment
SAP SuccessFactors Onboarding
Cause
Based on the sample screenshot below, the error was received as the field entered in the overrideFieldsMeta for 'compInfo.WTPA_NY_PreparersTitle ' is entered with a dash/hyphen e.g. 'custom-string13'. This isn't supported.
- {
"entity": "compInfo",
"entityPath": "compInfoNav",
"fieldPath": "",
"fieldType": "",
"field": "custom-string13"
}
Resolution
To successfully save the override configuration for WTPA, the field must be entered without a hyphen and should like below:
- {
"entity": "compInfo",
"entityPath": "compInfoNav",
"fieldPath": "",
"fieldType": "",
"field": "customString13"
}
See the attached screenshot from our demo instance configuration which shows no hyphens.
Manage Business Configuration > compInfo.USA
Manage Data > FieldMetaOverrideConfiguration:
Additional Information:
The fieldMetaoverrideconfig cannot be done with a MDF Object. The only supported fields are the ones configured in HRIS sync (Manage Business Configuration).
See Also
Keywords
NYWTPA, WTPA, Compliance Form, Fieldmetaoverrideconfiguration, NY forms, OBX, Onboarding, ONB2, compInfo.WTPA_NY_RateOfPay_Range, compInfo.WTPA_NY_PreparersTitle, compInfo.WTPA_NY_RateOfPay_Range is not a valid field ID to override. Please enter a valid field ID., Enter a valid metadata for the overriding field compInfo.WTPA_NY_PreparersTitle as per the OData metadata of the instance , KBA , LOD-SF-OBX-FRM , Compliance 2.0 Country Forms (except i9&EV) , Problem
Product
Attachments
| Pasted image.png |
| Pasted image.png |
SAP Knowledge Base Article - Public