Hi All,

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.

Thanks

Anupama

Like 0

Like

0 comments
Show all comments

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.

Like 1

Like

1 comments

Hello Erald,

By default, Business Process elements cannot process encrypted values but you can refer to this workaround that might help yo...MoreLess

Show all comments

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.

Please assist. TY

Like 2

Like

5 comments

Hello, 



System settings with the "Secured text" type are not being transmitted to the client (browser). This process is controlled by...MoreLess

Show all comments (4)

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 jus...MoreLess

Show all comments