0 votes

How can I make the last name capitalized?
I want a property pattern to generate the full name from the first name and last name. I want these properties to start with Capitalized letters, but in the generated full name, last name to be all upper case.

For example, if users first name if John, and last name is Doe, I want his full name to be generated like John DOE.

by (180 points)

1 Answer

0 votes
by (216k points)
selected by
Best answer

To modify the case of the value inserted by a value reference, you need to use the following parameters: lower|upper. To generate the full name with the last name in the upper case, specify the following value: %firstname% %lastname:upper%.

For more details, see Value Reference Format.

0

Thanks, it works! I should have read the manual first.

Related questions

0 votes
0 answers

I'm troubleshooting a weird issue with the "Create User" form and the business rules behind it. The error that's being returned is that the "Company" property doesn't ... a hard time understanding why this one value would fail. Thoughts? Thank you, -Todd

asked Jul 10, 2023 by TAE (70 points)
0 votes
1 answer

Dear support, Property patterns for date are currently barely usable. You can define that the value must be: - One of the following values only - Must not contains the ... but it would look cleaner if the property pattern could handle that natively. Cheers !

asked Mar 8, 2019 by Pierre (750 points)
0 votes
1 answer

Dear support, I would like to make sure that the account expiration date for an account is between today & 3 months from now. In the property pattern I am able to define a ... you don't need to provide that to me, it is just a feature request :-) Thanks

asked Jul 30, 2015 by Pierre (750 points)
0 votes
1 answer

Or is there another solution to solve this?

asked Sep 15, 2022 by boris (470 points)
0 votes
0 answers

When the UPN being created is the same as an existing one except for the case. For instance, the new UPN is sally.fields but there's an existing Sally.Fields. The ... but then fails to create the AD account indicating that the UPN is not unique forestwide.

asked Jul 13, 2022 by sandramnc (870 points)
3,348 questions
3,049 answers
7,791 comments
545,047 users