function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Tin013Tin013 

Encrypted Text field as a password

Hi all,

 

Hope you are all well. I have an encrypted field as password field and problem validating user's input in the query. Can anyone give me a pointer or what I should be doing before I compare user's entry with the value in the encrypted field.

 

I can think of decripting the value but would like to get a concrete direction from someone who has done it before please.

 

Thanks

craigmhcraigmh

Similarly, you can’t use the encrypted fields in SOQL “where/order” clauses, formula fields, workflow rules, workflow field updates, approval process entry criteria, and approval step criteria.

http://forcemonkey.blogspot.com/2008/06/encrypted-custom-fields.html#!/2008/06/encrypted-custom-fields.html