In case of these scenarios please cross check the below things.
- Whether logged in user county and language are properly settled or not.
- Whether translations are mapped correctly for the logged in user language or not.
- Check whether record type name and record type api name both are same or not.
- If both are not same and if the data comes from the SOQL please try to use the toLabel(RecordType.Name) in SOQL. Whenever we are making a query returns the api name instated of record type label so the translations might break.
No comments:
Post a Comment