Hi,
I’m trying to find a way to have a UI field “Encrypted”
I found in forum post, a snippet to accomplish it, but 2 problems
1- does not seem to work on UI-Only field
2- It’s not really encrypted…
var field = arguments[0];
var value = arguments[1];<br>var minValue = value.slice(-4);<br>var text = "***-**-"+minValue;<br>skuid.ui.fieldRenderers.TEXT[field.mode](field, text);
Any other ideas?
I do no want to use a Salesforce Encrypted field, as data does not need to be saved