From Bright Pattern Documentation
Jump to: navigation, search
No edit summary
 
Tracy (talk | contribs)
No edit summary
Line 1: Line 1:
<translate>= Set Disposition=
<translate>= Set Disposition=
This function sets the [[agent-guide/HowtoEnterDispositionsandNotes|disposition]] for the current interaction to the value corresponding to the [[contact-center-administrator-guide/DispositionsTab|alphanumeric code specified for this disposition]].
Sets the [[agent-guide/HowtoEnterDispositionsandNotes|disposition]] for the current interaction to the value corresponding to the [[contact-center-administrator-guide/DispositionsTab|alphanumeric code specified for this disposition]].


== Syntax ==
== Request ==
''setDisposition(dispositionCode);''
=== Syntax ===
setDisposition(dispositionCode);
 
=== Parameters ===
{|border="1" style="border-collapse:collapse" cellpadding="5"
| '''Parameter'''
| '''Type'''
| '''Optional/Required'''
| '''Description'''
| '''Example'''
|-
| dispositionCode
| String
| Required
| The numeric code of the desired disposition
| "12345"
|}


== Parameters ==
''dispositionCode'' – String containing the numeric code of the desired disposition








<center>[[desktop-javascript-api-specification/SetNotes|< Previous]]  |  [[desktop-javascript-api-specification/SetDispositionByName|Next >]]</center>
</translate>
</translate>

Revision as of 17:58, 10 September 2019

<translate>= Set Disposition= Sets the disposition for the current interaction to the value corresponding to the alphanumeric code specified for this disposition.

Request

Syntax

setDisposition(dispositionCode);

Parameters

Parameter Type Optional/Required Description Example
dispositionCode String Required The numeric code of the desired disposition "12345"



</translate>

< Previous | Next >