SETASSIGNMENT
Set the assignment of a record.
Parameters
email
String (required) - The email, or null
to clear the assignment
Examples
// Sets the assignment of a record
SETASSIGNMENT('[email protected]');
Updated about 1 year ago