Closed
How to implement "Full Name" by concatenating "First Name" and "Last Name"
I have to display Full name(concatenation of First Name and Last) in a form. How can i achieve this ??
This content is closed to future replies and is no longer being maintained or updated.
Links may no longer function. If you have a similar request, please write a new post.
I have to display Full name(concatenation of First Name and Last) in a form. How can i achieve this ??
Hi,
you can concatenate two or more properties in a data transform. Just a basic Action: Set Target: .FullName Relation: equal to Source: .FirstName + " " + .LastName should do the trick. Obviously, if the FullName property needs to reside on a different page, you will need to explicitly map the pages as appropriate.
Hi,
you can concatenate two or more properties in a data transform. Just a basic Action: Set Target: .FullName Relation: equal to Source: .FirstName + " " + .LastName should do the trick. Obviously, if the FullName property needs to reside on a different page, you will need to explicitly map the pages as appropriate.
Thanks,
Kranthi
Hi Kranthi,
Thanks for your quick reply, I have mapped the property to my page. Now its working.
Pega Collaboration Center has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.