From Bright Pattern Documentation
Jump to: navigation, search
Tracy (talk | contribs)
No edit summary
 
Tracy (talk | contribs)
No edit summary
Line 1: Line 1:
<translate>= Set Notes=
<translate>= Set Notes=
This function 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.


== Syntax ==
== Request ==
''setNotes(notes);''
=== Syntax ===
setNotes(notes);
 
=== Parameters ===
{|border="1" style="border-collapse:collapse" cellpadding="5"
| '''Parameter'''
| '''Type'''
| '''Optional/Required'''
| '''Description'''
| '''Example'''
|-
| notes
| String
| Required
| The interaction notes
| "Third time calling today."
|}


== Parameters ==
''notes'' – String containing the interaction notes






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

Revision as of 17:29, 10 September 2019

<translate>= 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."



</translate>

< Previous | Next >