Skip to content

Commit 05a3eec

Browse files
committed
update README description
1 parent d4ef36e commit 05a3eec

File tree

1 file changed

+1
-1
lines changed
  • Business Rules/Backup Critical Table Data

1 file changed

+1
-1
lines changed

Business Rules/Backup Critical Table Data/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Overview
2-
This snippet enables the backup of critical table data (such as task or incident records) to an external storage solution. It’s a valuable tool for developers looking to ensure redundancy and backup for sensitive data within ServiceNow.
2+
This ServiceNow script automates backing up critical record data (such as task or incident records) to an external storage solution. Designed to run as a Business Rule, it helps maintain redundancy for sensitive information by copying specific record details to a backup API whenever a record is created or modified.
33

44
# How It Works
55
- Data Extraction: Collects key record fields (such as `sys_id`, `number`, `short_description`) from `current`.

0 commit comments

Comments
 (0)