GlideRecord getUniqueValue
Is getUniqueValue a valid GlideRecord method? It is not listed in the GlideRecord documentation, but can be selected from the intellisense menu in a ServiceNow script editor. If gr is a GlideRecord object, Is it better to use gr.sys_id or gr.getValu...