Tag: data-management
5 results
-
How to Identify Duplicate Records by Multiple Fields in ServiceNow
Finding duplicate records when the "duplicate" is defined by a combination of multiple fields, not just one.
-
How to return a CSV file from a Scripted REST API (SRAPI) in ServiceNow
Build a Scripted REST API endpoint that returns a downloadable CSV file with custom headers and calculated columns.
-
Improving Performance on Older Instances with Table Rotation
Use Table Rotation Groups to split large, aging tables into manageable chunks and speed up your instance.
-
Detecting Duplicate Records with GlideAggregate
Using GlideAggregate to detect and report on duplicate records across any table in ServiceNow.