Skip to end of banner
Go to start of banner

addCustomersToServiceDesk

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

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

Example 1

Add multiple customers to a a service desk with id of 1.

return addCustomersToServiceDesk(1, {"customer1","customer2"});

Example 2

Add a single customer to a a service desk with id of 1.

return addCustomersToServiceDesk(1, "customer");

See also

Filter by label

There are no items with the selected labels at this time.

  • No labels