Skip to content

Commit 8950590

Browse files
Update README.md
1 parent a892248 commit 8950590

File tree

1 file changed

+3
-3
lines changed
  • Server-Side Components/Background Scripts/inserting a new record into the sys_user table

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# inserting a new record into the sys_user table.
2-
With this code, we are creating a new GlideRecord object for the 'sys_user' table, initializing it, setting the values for the 'user_name,' 'first_name,' 'last_name,' and 'email' fields, and then inserting a new record into the 'sys_user' table with the specified values.
3-
In sys_user table a new rcord will be created
1+
# Create User in ServiceNow (sys_user Table)
2+
This script is used to create a new record in the sys_user table in ServiceNow.
3+
It initializes a GlideRecord object, sets the required user details (username, first name, last name, and email), and inserts the record in sys_user table.

0 commit comments

Comments
 (0)