Een String ophalen
string GETVALUE_STRING(string Fieldname);
MESSAGE('Customer Name is ' .. Customer:GETVALUE_STRING('Name'));
Gebruik deze functie om een veld van het type string op te halen.
string GETVALUE_STRING(string Fieldname);
MESSAGE('Customer Name is ' .. Customer:GETVALUE_STRING('Name'));
Gebruik deze functie om een veld van het type string op te halen.