Hello Apex Community.
I have table.column that is a type = String and it contains sensitive data like SIN or SSN or national ID.
When the page first loads, in the column SSN I want to hide the existing value already stored on the record. Then if the user clicks into the field where the value is hidden or masked, the original value is displayed to the user. The solution would be similar to a web page username and password field when the user wants to check the password value in the field to see if they entered the correct value.
How would I do this using apex ver 5.0?
Thanks