Learn Custom Alert - First Name and Last Name as Camel Case
Summary:
Hi Guru's,
We were using custom alerts and capturing First name and Last name, Currently first name and last name were capturing as CAP letter, we need to capture name as a example (Sydney Rose).
Below placing the token that we are using,
Dear ${AlertUtils.person(learnerLearningRecords.assignedToId).FirstName} ${AlertUtils.person(learnerLearningRecords.assignedToId).LastName},
Current output -->[SYDNEY] [ROSE]
Expected output --> Sydney Rose
Thanks,
Prasath
Content (required):
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
Tagged:
0