From f3049fc7f2544ab21d36f1572c0ccd36419c5292 Mon Sep 17 00:00:00 2001 From: Thrizvi <145013431+Thrizvi@users.noreply.github.com> Date: Fri, 3 Oct 2025 13:38:50 +0530 Subject: [PATCH] Create Readme.md The script uses the GlideRecord API to interact with the incident table and inserts a new record with the specified values. --- .../Background Scripts/Incident Creation/Readme.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 Server-Side Components/Background Scripts/Incident Creation/Readme.md diff --git a/Server-Side Components/Background Scripts/Incident Creation/Readme.md b/Server-Side Components/Background Scripts/Incident Creation/Readme.md new file mode 100644 index 0000000000..239743a88c --- /dev/null +++ b/Server-Side Components/Background Scripts/Incident Creation/Readme.md @@ -0,0 +1 @@ +The script uses the GlideRecord API to interact with the incident table and inserts a new record with the specified values.