Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table plus
applyColStyleToCelltrue
heading0
columnTypess,s,s,s
multiplefalse
columnAttributesstyle="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold,
enableSortingfalse

Syntax

createCustomerRequest(serviceDeskId, requestTypeId, summary, [description [,requestFieldValues [,requestParticipants [,raiseOnBehalfOf [,channel]]]]])

Package

Alias

Pkg Usage

...

Table plus
applyColStyleToCelltrue
columnTypess,s,s,s
heading0
multiplefalse
enableSortingfalse

Parameter name

Type

Required

Description

serviceDeskId

String

Yes

The service desk id.

requestTypeId

String

Yes

The request type id.

summary

String

Yes

The summary of the new request.

description

String

YesNo

The description of the new request.

requestFieldValues

No

Mappings for the custom fields of the issue that will be created. If you provide a new summary/description here, it will overwrite the parameters already provided.

requestParticipants

String[]

No

Users account ids for the user that will participate on the newly created request. Is not available to Users who have the customer permission only or if the feature is turned off for customers.

raiseOnBehalfOf

String

No

Create the request in the name of another user (user account id should be used). Is not available to Users who have the customer permission only.

channel

String

No

Shows extra information for the request channel.

...