From Bright Pattern Documentation
No edit summary |
Updated via BpDeleteTranslateTags script |
||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
= Set Notes= | |||
Sets the [[agent-guide/HowtoEnterDispositionsandNotes|free-form notes]] for the current interaction to the specified string. | |||
== Syntax == | == Request == | ||
=== Syntax === | |||
setNotes(notes); | |||
== Parameters == | === 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." | |||
|} | |||
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." |