Learn ServiceNow GlideRecordSecure | GlideRecordSecure vs GlideREcord | GlideRecordSecure
TechnoMonk
Learn ServiceNow GlideRecordSecure | GlideRecordSecure vs GlideREcord | GlideRecordSecure
GlideRecordSecure Class inherited from GlideRecord Performs the same functions as GlideRecord AND enforces ACLs Non-writable Fields
Are set to NULL when trying to write to the database canCreate() on the column is replaced with canWrite() if it returns false, the column value is set to NULL Checking for NULL Values
If an element can not be read because an ACL restricts access, a NULL value is created in memory for that record You do NOT have to check for read access If(!grs.canRead()) continue; the next () method simply moves to the next record in the GlideRecord object ... https://www.youtube.com/watch?v=MSNEFltcY9Q
2022-03-30
0.0 LBC
Copyrighted (contact publisher)
19899921 Bytes