Récupération d’une String
string GETVALUE_STRING(string Fieldname); MESSAGE('Customer Name is ' .. Customer:GETVALUE_STRING('Name'));
Cette fonction permet de récupérer un champ de type string.
string GETVALUE_STRING(string Fieldname); MESSAGE('Customer Name is ' .. Customer:GETVALUE_STRING('Name'));
Cette fonction permet de récupérer un champ de type string.