GlideRecordSecure cannot update HTML field on custom table, but GlideRecord works
Hi Community,We are trying to update an HTML field on a custom table using a script include.When we use GlideRecord, the update works as expected.However, when we switch to GlideRecordSecure, the update does not work.What we have already checked/trie...