Skip to content

Commit ad44bcc

Browse files
committed
Update : Title in Readme file based on review
1 parent 5325709 commit ad44bcc

File tree

1 file changed

+2
-1
lines changed
  • Core ServiceNow APIs/GlideRecord/Compare_2_records

1 file changed

+2
-1
lines changed

Core ServiceNow APIs/GlideRecord/Compare_2_records/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Comparing 2 records and identify differences
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.
@@ -25,6 +25,7 @@ Run this script in a **Background Script** or **Fix Script**:
2525
compareRecords('incident', 'sys_id_1_here', 'sys_id_2_here', false);
2626
```
2727
---
28+
2829
## Example Output
2930
```js
3031
short_description: "Printer not working" vs "Printer offline"

0 commit comments

Comments
 (0)