I have a requirement to convert card holder name to upper case?
@Satya K
You could make use of toUpperCase Pega OOTB function to convert needed values to Upper Case format. Attached screenshot for reference.
You can use the function String toUpperCase(String InputString).
Hi @Satya K,
You can use the Edit input for that property. Open the property rule form under the Advanced tab, and in the edit input field, select “toUppercase” from the dropdown to get the upper case result.
For your reference, I am attaching the screenshot