Description
Adds an existing customer or a list of customers to a specified service desk.
Parameters
Return Type
Boolean
Returns "true" if the operation succeeded.
Examples
return addCustomersToServiceDesk(1, {"customer1","customer2"});
return addCustomersToServiceDesk(1, "customer");
See also