Use of GlideRecord and getRowCount

< 1 min read

Impact Area

Scalability

 

Severity

Medium

 

Affected Element

Inline Script

Access Control

Rule ID #

SN-0421

Impact #

 The client side GlideRecord/GlideRecordSecure object is often inefficient, because it returns lots of unnecessary data.

Remediation #

  Use client data as much as possible to eliminate the need for time-consuming server lookups. The top ways to get information from the server are g_scratchpad, and asynchronous GlideAjax lookup.

Time to fix

40 min

Updated on March 21, 2025
Table of contents
Was it helpful ?