Data on the email field for sys_user table is getting truncated to 40 charactersIssue While the platform allows you to enter more than 40 characters in the email field for the sys_user records, after the LDAP synch, the form of the data will get truncated to 40 characters. Out of the box it saves up to 100 characters.CauseThe LDAP sync (which occurred during nighttime) used a temporary table for the import. In this case, the dictionary entry on this temporary table field for email was set to 40 characters. ResolutionWhen the max length of the field on the temporary table was changed to 100, the issue was corrected.