Anveo Mobile App / Anveo Script Documentation / Records: Get And Set Data / Retrieving a Field Value using GETVALUE

Retrieving a Field Value using GETVALUE

object GETVALUE(string Fieldname);

Example:
MESSAGE('Customer Name is ' .. Customer:GETVALUE('Name'));

Use this function to return the value of the field.