Advanced options added to allow Toast functionality without using the Toast control(greater flexibility in functionality).
4.5.32
The Toast Popup control is used to display non-intrusive short term information popups to agents when in a script. The control appears on the page as a button and the alert is triggered by button click. The button can be hidden using the hideFields() or suppressFields() helper functions, and the button can be clicked using getCSObject([fieldname]).click. You do not need to use the Toast Popup control to utilise the toast function in a script. See Toast Pop-Ups - Advanced Coding Options
Contained in the control attributes are options to change the format of the alert which is displayed.
Success:
Error:
Warning:
Info:
Loading:
Field Name
Give your field an appropriate name. This is particularly important if using it in a calculation or report. Changing a field name will not automatically update corresponding reports that use that field.
On some occasions you may wish to have a button click itself after a period of time. The available options are: Immediatley or after 1, 2, 3, 5 or 10 seconds.