Recupero di una String
string GETVALUE_STRING(string Fieldname); MESSAGE('Customer Name is ' .. Customer:GETVALUE_STRING('Name'));
Utilizzare questa funzione per recuperare un campo di tipo string.
string GETVALUE_STRING(string Fieldname); MESSAGE('Customer Name is ' .. Customer:GETVALUE_STRING('Name'));
Utilizzare questa funzione per recuperare un campo di tipo string.