GlideRecord Class
Constructor
GlideRecord
()
Methods
getValue
(
String
-
field
Get the value of a specified field.
This returns the actual value instead of a reference like dot-walking provides.
This means that if the value changes on the Record itself, the value retrieved here will not be effected, making it good for persisted references or storage.
Parameters:
-
field
StringThe field whose value should be retrieved.
Returns:
String:
The value of the specified field on the current record, if any.