Skip to content

Commit 695fed8

Browse files
committed
Update : Title in Readme file based on review
1 parent cc0a6cd commit 695fed8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Core ServiceNow APIs/GlideRecord/Compare_2_records/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Comparing 2 records and identify differences (GlideRecord)
1+
# Comparing 2 records and identify differences
22

33
This snippet compares two records from the same table in ServiceNow field-by-field using the **GlideRecord API**.
44
It’s useful for debugging, verifying data after imports, or checking differences between two similar records.

Core ServiceNow APIs/GlideRecord/Compare_2_records/compareRecords.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/**
2+
* Comparing 2 records and identify differences (GlideRecord)
23
* Compare two records in a ServiceNow table field-by-field.
34
* Logs all field differences between the two records, including display values.
45
*

0 commit comments

Comments
 (0)