Looking for ways to encrypt lookup column value. I want a column value which is supposed to be a secret key be encrypted and editable only to specific user role. Kindly suggest.
I have set an encrypted string as a system setting as shown on the picture
and for some reason I am not able to use it as a value for the parameter of my user task. It is not showing as an option to be selected. Any help would be appreciated.
While building process I'm trying to set parameters for "Call Web Service" element.
As a value I'm trying to insert encrypted system setting:
When I'm trying to do so - formula returns validation error:
If not possible to do with formula is there is a way to set Process parameter and update this value via script task. I'm not familiar with C#, any help appreciated.
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?