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


== Syntax ==
== Request ==
''setDispositionByName(name);''
=== Syntax ===
setDispositionByName(name);
 
=== Parameters ===
{|border="1" style="border-collapse:collapse" cellpadding="5"
| '''Parameter'''
| '''Type'''
| '''Optional/Required'''
| '''Description'''
| '''Example'''
|-
| name
| String
| Required
| The name of the desired disposition
| "Product sold"
|}


== Parameters ==
''name'' – String containing the name of the desired disposition








<center>[[desktop-javascript-api-specification/SetDisposition|< Previous]]  |  [[desktop-javascript-api-specification/PostVariable|Next >]]</center>
</translate>
</translate>

Revision as of 18:00, 10 September 2019

<translate>= Set Disposition By Name= Sets the disposition for the current interaction by the name specified of the disposition.

Request

Syntax

setDispositionByName(name);

Parameters

Parameter Type Optional/Required Description Example
name String Required The name of the desired disposition "Product sold"



</translate>

< Previous | Next >