ServiceNow Learning 86: Best practice when using getRefRecord().
Hi All, getRefRecord() returns a GlideRecord object for a given reference element. This is used widely in business rule scripts but incorrect usage of this can cause some major issues. This will explain you some issues seen and the best practice to f...