Skip to content

Commit 8fa9da7

Browse files
committed
Normalize README casing across all folders
1 parent bc7be8f commit 8fa9da7

File tree

7 files changed

+15
-212
lines changed
  • Client-Side Components/Client Scripts
  • Server-Side Components/Background Scripts/Convert Incident Records to JSON
  • Specialized Areas

7 files changed

+15
-212
lines changed

Client-Side Components/Client Scripts/Auto-Populate Short Discription/Readme.md

Lines changed: 0 additions & 36 deletions
This file was deleted.

Client-Side Components/Client Scripts/validate phone number/Readme.md

Lines changed: 0 additions & 39 deletions
This file was deleted.

Server-Side Components/Background Scripts/Convert Incident Records to JSON/Readme.md

Lines changed: 0 additions & 100 deletions
This file was deleted.

Specialized Areas/CMDB/CMDB Utility Scripts/ReadME.md

Lines changed: 0 additions & 18 deletions
This file was deleted.
Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
1-
//This Fix scripts is to clean up multiple record errors
2-
// Navigate to Scripts-Background
3-
// Past the script and update the place holder variable value: table name, field, and value etc.
4-
// Also advisable to validate the row count the //gr.getRowCount() and remove from codebase.
1+
## update Multiple Records
2+
These 2 scripts are used to update Multiple records but in different ways
3+
### update_multiple_records.script file
4+
In this script it uses `updateMultiple()` Function
5+
1. In this script it uses `updateMultiple()` Function
6+
2. Automatically updates system fields like sys_updated_by and sys_updated_on.
7+
3. Cannot skip system fields using autoSysFields(false).
8+
4. Always triggers workflows, business rules, and script actions.
9+
5. Cannot disable per record.
10+
11+
### update_multiple_records_v2.script file
12+
In this script it uses `update()` Function
13+
1. update() is a GlideRecord method used to update a single record in the database. It is commonly used inside a loop to update multiple records individually.
14+
2. Can skip updating system fields using autoSysFields(false).
15+
3. Can skip workflows/business rules using setWorkflow(false).

Specialized Areas/Fix scripts/updateMultipleRecords/readme.md

Lines changed: 0 additions & 15 deletions
This file was deleted.
File renamed without changes.

0 commit comments

Comments
 (0)