- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2020 04:21 AM
Hi Developers, how to users record using record producer. I know record producer can create new records but is it possible to update existing records. if yes ,
please provide sample example script
Solved! Go to Solution.
- Labels:
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2020 04:32 AM
You can take an idea from below thread and adjust the script to work for user records.
- Sharjeel
Muhammad

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2020 04:32 AM
You can take an idea from below thread and adjust the script to work for user records.
- Sharjeel
Muhammad

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2020 04:50 AM
Hello Sai,
You can use record producers to insert/update any kind of records in ServiceNow. Even user table is a record table at the end of the day.
Also why you need scripting, where you can use coalesce in Transform map to insert/update records in user table.?
Thanks,
Saji