Customer path display name with quotation mark in name fields not being properly escaped #2
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The background process which updates the cached customer path is not escaping special characters in the customer name and first/last name fields. These fields contain the data which becomes the customer display name in the portal app. Proper escaping needs to be added at the serialization task prior to adding these values to the database.