March 2017
Beginner
358 pages
9h 51m
English
Except for setting journal fields, setValue() is used to update any field value in a GlideRecord object. After updating a field value, you must submit the new data to the database using a method such as insert(), update(), or updateMultiple().
setValue() accepts two arguments: A field name, and a new value for that field. It does not return a value.
Read now
Unlock full access