Retrieving a String
string GETVALUE_STRING(string Fieldname); MESSAGE('Customer Name is ' .. Customer:GETVALUE_STRING('Name'));
Use this function to retrieve a field of type string.
string GETVALUE_STRING(string Fieldname); MESSAGE('Customer Name is ' .. Customer:GETVALUE_STRING('Name'));
Use this function to retrieve a field of type string.