OrgCheck icon indicating copy to clipboard operation
OrgCheck copied to clipboard

Shield encryption Info

Open sfvenkat opened this issue 3 years ago • 1 comments

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....

sfvenkat avatar Jun 18 '21 16:06 sfvenkat

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!

VinceFINET avatar Feb 01 '22 10:02 VinceFINET

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.

VinceFINET avatar Dec 14 '22 18:12 VinceFINET

See here: image

and here: image

The two pages are now coherent.

VinceFINET avatar Dec 14 '22 19:12 VinceFINET

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: image

Yeah not possible at this time to get easily if the field is encrypted via Shield.

image

The option would be to get one by one the Metadata information and check if the attribute "Metadata.encryptionScheme" is there....

VinceFINET avatar Dec 14 '22 19:12 VinceFINET

so encrypt info is on the object page. let's say the job is done!

VinceFINET avatar Dec 14 '22 19:12 VinceFINET

oppps forgot to commit my change!!

VinceFINET avatar Dec 14 '22 21:12 VinceFINET