How to update user fields in User table for a particular user.

JayaPrakash4
Tera Contributor

How to update user details of user table(sys_user) from client scripting by passing sys_id of user table.

6 REPLIES 6

is it the same for reference values also.


I am not able to add values to user table.


Usually we handle your scenario by having an alternate location or contact details on the incident form and maintain the truth or permanent info for the user on the user table. If you multiple incidents per user how do you know which is the latest?



Anyways if you want to update reference fields you need to do so as per the example above, you have to query the referenced table via Glide Query to the sys_user table, filter via query the user record you want to update and then specify the value.



Show me the code you have written thus far and I will assist you.



Conrad