I want to add an "RS" symbol before the input. I can use edit input but it’s very costly as the change is getting reflected after performing. So, are there any options we can use?
How do we add a "RS" symbol before the user input value? in PEGA
59 views Asked by Kasun98 At
1

You can use
CurrencyUI control instead ofInteger,TextorDecimalon the section for that property.Then in presentation tab of the control do below changes:-
In
Read-Only Format, selectSymbolvale asConstant.In
Symbol constant, put value asRS. Not onlyRS, you can paste₹symbol also.In
Position, selectleft.In
Editable Formatpart check the check boxDisplay value using read-only formatting.