Symptom
TFN number blank in super annuation standard choice form
Environment
SAP SUCCESSFACTORS ONBOARDING
Reproducing the Issue
TFN number is blank in 'Super annuation standard choice form' of Australia compliance forms, new hire has maintained 'TFN Number' in national id section, TFN number is populating in Tax file number declaration compliance form.
Also TFN also updated in National ID section but this is not populating in Super annuation standard choice form
Cause
Mapping issue
Resolution
TFN# format needs to be maintained for mapping the values to PDF. You can add the regular expressions to the format as shared in the screenshot and value is entered in this supported format, the PDF would be generated with the correct value.
The TFN# in TFN form is a text field and that is the reason it works for that form. However, in SuperAnnuation form we need to parse the TFN# in the right format to map the digits to the correct PDF number fields.
The TFN # is expected to be entered in this format for it to be rightly mapped to the fields in the SuperAnnuation Form.
\d{1})?(\d{1})?(\d{1})?(\s)(\d{1})?(\d{1})?(\d{1})?(\s)(\d{1})?(\d{1})?(\d{1})
'd' is a digit and 's' is a space eg: 123 456 890 -> Value entered for the TFN. You can enforce users to enter the value for TFN in this format by specifying the national-id format specific to AUS.
Keywords
AUS Form, Compliance, TFN , KBA , LOD-SF-OBX-FRM , Compliance 2.0 Country Forms (except i9&EV) , How To
Product
Attachments
Pasted image.png |