Resuelto
How we can add client name in proper case in email body or SMS
Can you help us the fix the client's name in proper case. which function we need to use.
Can you help us the fix the client's name in proper case. which function we need to use.
I could be wrong - but that looks like syntax for Personalization & Dynamic Content. I am working on a field within the Advanced Editor in an AJO Action.
Since there is no Title Case method, we ended up using the following expresssion:
concat(
upper(
substr(#{ExperiencePlatform.ProfileFieldGroup.profile.person.name.firstName}, 0, 1)
),
lower(
substr(#{ExperiencePlatform.ProfileFieldGroup.profile.person.name.firstName}, 1, length(#{ExperiencePlatform.ProfileFieldGroup.profile.person.name.firstName}))
)
)
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.