SETVALUE function
void SETVALUE(string columnName, object value)
example:
Customer:SETVALUE('Name','newName');
Set value of field without running the VALIDATE trigger.
void SETVALUE(string columnName, object value)
example:
Customer:SETVALUE('Name','newName');
Set value of field without running the VALIDATE trigger.
