Masking Partial Strings

Can you mask part of a string?
For instance, if the full string in a textbox is “123-45-6789”, can I have it only show “***-**-6789”?

Sure with a little code in a customization and a custom control but not natively.

1 Like

Agree with @josecgomez . One thing to keep in mind that the data would be unmasked in the UI trace if your users have access to that functionality.

3 Likes

Thank Jose. I’ll play around with it.

Nathan–Good point. I’ll keep that in mind.