OrgCheck
OrgCheck copied to clipboard
Shield encryption Info
Would be good to have a Tab in Orgcheck that lists shield encryption info.
that would need to be dynamic because the field IsEncrpyted is only there if you have PE so i need to figure out this. Maybe an option in the Home Tab....
Thank you for this idea. At this time OrgCheck does not require additional products nor licenses.
I will put this idea in incubation Please note that I have created a separated project (couple of years ago) in my github https://github.com/VinceFINET/Shield-Encryption-Report, that you might be interested in!
While reviewing this ticket i found a bug here:
{ name: '{!JSENCODE($Label.OrgCheck_Encrypted_CL)}', property: 'unique', formula: (r) => { return helper.html.render.checkbox(r.unique); }},
{ name: 'Unique', property: 'encrypted', formula: (r) => { return helper.html.render.checkbox(r.encrypted); }},
here the name on the column dores not correspond to the data.
See here:
and here:
The two pages are now coherent.
But I display encrypted ONLY on the Object / Field page. Not on custom field page.
Let's create a field encrypted on Account and see what happens:
Yeah not possible at this time to get easily if the field is encrypted via Shield.

The option would be to get one by one the Metadata information and check if the attribute "Metadata.encryptionScheme" is there....
so encrypt info is on the object page. let's say the job is done!
oppps forgot to commit my change!!