You need to sign in to do that
Don't have an account?

Need a help on Identification of encrypted fields
Hi All,
Need a help on encrypted field identification, In my Org there are some Encrypted Fields on various objects.
Is there any ways to Identify All at once. see the below sample field for the same.

With Regards,
Bheem
Need a help on encrypted field identification, In my Org there are some Encrypted Fields on various objects.
Is there any ways to Identify All at once. see the below sample field for the same.
With Regards,
Bheem
This is kind of tricky, I have one suggestion. Try lookin into force.com ant migration api. You would be able to get the metadata of your org as a xml file. And if you parse the file and check for encrypted is true. You should be able to pull the data.
I have done till the export bit using ant tool, but parsing is up to you or you can do quick searches if this is a one time thing, if you are automating something then the parsing program would make sense.
Refer the following links
https://developer.salesforce.com/docs/atlas.en-us.daas.meta/daas/forcemigrationtool_install.htm
Hope it helps
RD
All Answers
This is kind of tricky, I have one suggestion. Try lookin into force.com ant migration api. You would be able to get the metadata of your org as a xml file. And if you parse the file and check for encrypted is true. You should be able to pull the data.
I have done till the export bit using ant tool, but parsing is up to you or you can do quick searches if this is a one time thing, if you are automating something then the parsing program would make sense.
Refer the following links
https://developer.salesforce.com/docs/atlas.en-us.daas.meta/daas/forcemigrationtool_install.htm
Hope it helps
RD
You might also try searching in the eclipse with force.com setup up with your org and you can search the metadata
Hope it helps
RD
Regards,
Bheem