Skip to end of banner
Go to start of banner

createCustomerRequest

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 2 Next »

Description

Creates a customer request and returns the newly created request as a structure.

Parameters

Return Type

JSMCustomerRequest

Example

JSMCustomerRequest customerRequest = createCustomerRequest(1, 6, "Request JSD help via Power Scripts", "I need a new *mouse* for my PC");
return customerRequest;

Creates a customer request and returns the newly created request as a structure.

See also

  • No labels