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
sandeshdsandeshd 

Access encrypted fields

Encrypted fields are enabled for our organization . I want to access the field value through apex code. We are sending that field value through a web service call to other interface and the actual values are not getting transfered over. the encrypted values i.e (****) is getting transferred over. Is there any way that I can access the field value through code.

 

 

Please suggest