Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

Issue in Making ready only for security field which is encrypted

nedunoorish
Giga Contributor

we are making the security notes field and all other fields on the form as read-only when the security incident is closed but we are getting gray box on the form for security field but it should not show as grey box security incident.png
it show like above image but it is showing like below -how to fix this


security incident2.png
And also for the Html filed after closing the incident they are taking the space that should not happen 

4 REPLIES 4

Ankur Bawiskar
Tera Patron

@nedunoorish 

that's OOTB default behavior if field is encrypted and user doesn't satisfy the encryption context then field will be shown but data not shown and lock icon will be shown

💡 If my response helped, please mark it as correct and close the thread 🔒— this helps future readers find the solution faster! 🙏

Regards,
Ankur
Certified Technical Architect  ||  10x ServiceNow MVP  ||  ServiceNow Community Leader

nedunoorish
Giga Contributor

@Ankur Bawiskar ,
we have created custom table same as sn_si_incident  table 1st image is for sn_si_incident and 2nd image is for custom table how can i make security notes field that on the custom table will work same as security incident table is it possible 

@nedunoorish 

do you have any field level encryption applied on that field?

if yes then apply same for the custom table field

💡 If my response helped, please mark it as correct and close the thread 🔒— this helps future readers find the solution faster! 🙏

Regards,
Ankur
Certified Technical Architect  ||  10x ServiceNow MVP  ||  ServiceNow Community Leader

yes