> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Settings and maintenance 10.1.9 update

> Release notes. What's new in SuperOffice 10.1.9

## CRMScript - Script triggered custom dialogue

Extend CRM script to push a dialog to the user
Dialog type

* Input box with OK/Cancel
  * Supports adding field types:
    * Label
    * Text
    * Number
    * List (UdList or adding items from code)
    * Checkbox
* Supports setting title, body text and icon

To trigger a dialog you can link it to Before/AfterSave triggers in CRM with new method ed.showDialog(JSON string). Or the script will be able to catch the response and take actions based on the values.

Read more about the [Using dialogs in the triggers - CRMScript ShowDialog][1] documentation.

![CRMScript - Script triggered custom dialogue -screenshot][img1]

![CRMScript - Script triggered custom dialogue with text input field -screenshot][img2]

[1]: /en/automation/crmscript/tutorials/using-dialogs-in-triggers

[img1]: /media/loc/en/automation/step1-dialog.png

[img2]: /media/loc/en/automation/step2-dialog.png
