can we update a user's record using record producer

SAI ESWAR1
Kilo Contributor

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

1 ACCEPTED SOLUTION

MrMuhammad
Giga Sage

You can take an idea from below thread and adjust the script to work for user records.

https://community.servicenow.com/community?id=community_question&sys_id=e77abb30db4473480be6a345ca96...

- Sharjeel

Regards,
Muhammad

View solution in original post

2 REPLIES 2

MrMuhammad
Giga Sage

You can take an idea from below thread and adjust the script to work for user records.

https://community.servicenow.com/community?id=community_question&sys_id=e77abb30db4473480be6a345ca96...

- Sharjeel

Regards,
Muhammad

Sajilal
Mega Sage

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