March 2017
Beginner
358 pages
9h 51m
English
Both getValue() and getUniqueValue() will return a value from the GlideRecord upon which they're called.
getUniqueValue() accepts no arguments, and simply returns the primary key (the sys_id) of the record.
getValue() on the other hand, can return the value from any table column (including sys_id). It accepts one argument - a field name, and will return the value therein.
Read now
Unlock full access