Recuperar una String
string GETVALUE_STRING(string Fieldname);
MESSAGE('Customer Name is ' .. Customer:GETVALUE_STRING('Name'));
Utilice esta función para recuperar un campo de tipo string.
string GETVALUE_STRING(string Fieldname);
MESSAGE('Customer Name is ' .. Customer:GETVALUE_STRING('Name'));
Utilice esta función para recuperar un campo de tipo string.
