From Bright Pattern Documentation
(Updated via BpDeleteTranslateTags script) |
|||
Line 1: | Line 1: | ||
− | + | = Set Notes= | |
Sets the [[agent-guide/HowtoEnterDispositionsandNotes|free-form notes]] for the current interaction to the specified string. | Sets the [[agent-guide/HowtoEnterDispositionsandNotes|free-form notes]] for the current interaction to the specified string. | ||
Line 20: | Line 20: | ||
| "Third time calling today." | | "Third time calling today." | ||
|} | |} | ||
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 04:02, 29 May 2024
Set Notes
Sets the free-form notes for the current interaction to the specified string.
Request
Syntax
setNotes(notes);
Parameters
Parameter | Type | Optional/Required | Description | Example |
notes | String | Required | The interaction notes | "Third time calling today." |