Monday, January 27, 2014

You want to display the Encrypted field on Visualforce and you are using component apex:outputText. Will it work for Encrypted fields

You want to display the Encrypted field on Visualforce and you are using component apex:outputText. Will it work for Encrypted fields

Encrypted custom fields that are embedded in the <apex:outputText> component display in clear text. The <apex:outputText> component doesn’t respect the View Encrypted Data permission for users. To prevent showing sensitive information to unauthorized users, use the <apex:outputField> tag instead.


No comments:

Post a Comment