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.
object GETVALUE(string Fieldname);
Example:
MESSAGE('Customer Name is ' .. Customer:GETVALUE('Name'));
Use this function to return the value of the field.