From Bright Pattern Documentation
Jump to: navigation, search
(Updated via BpDeleteTranslateTags script)
 
Line 1: Line 1:
<translate>= Set Notes=
+
= 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."
 
|}
 
|}
 
 
 
 
</translate>
 

Latest revision as of 04:02, 29 May 2024

• 5.19 • 5.2 • 5.3 • 5.8

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."
< Previous | Next >