From Bright Pattern Documentation
(Updated via BpDeleteTranslateTags script) |
|||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
− | + | = Set Disposition By Name= | |
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]]. | ||
Line 6: | Line 6: | ||
setDispositionByName(name); | setDispositionByName(name); | ||
− | + | === Parameters === | |
{|border="1" style="border-collapse:collapse" cellpadding="5" | {|border="1" style="border-collapse:collapse" cellpadding="5" | ||
| '''Parameter''' | | '''Parameter''' | ||
Line 20: | Line 20: | ||
| "Product sold" | | "Product sold" | ||
|} | |} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 04:31, 29 May 2024
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" |