Encrypted String

With an encrypted string, am I able to limit the number of visible characters? Or is the entire string hidden from view? 

 

Currently the text field that I have setup as an encrypted string hides the string completely. Is there a better to way to perform the function of limiting all characters (e.g. account #) to an asterisk with the exception of the last 4 digits?

Like 0

Like

1 comments

Hello.

The encrypted string hides the entire string.

As a workaround for it I can recommend you to create 2 fields instead and populate just one with the value you need. Then either with the help of the development you can transfer the last 4 digits and a set of asterisks to a different field before saving the entity, or you can use a business process for the same purpose.

Best regards,

Matt

Show all comments