> ## 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.3.7 update

> Release notes. What's new in SuperOffice Settings and maintenance 10.3.7

## CRMScript - Trigger dialog with formatted text

When creating a trigger script, you can **open a dialog** to display information or gather input from the user. The dialog now supports **simple formatting** for text, allowing bullet points, HTML links, and more.

<Note>
  This is not full Markdown, but a "lite" version.
</Note>

![CRMScript - format text for Trigger dialog -screenshot][img1]

Read more about the technical details in the CRMScript `EventDataDialogDefinition` reference:

* [setMarkdown(String)][1]
* [getMarkdown()][2]

[1]: xref:CRMScript.Native.EventDataDialogDefinition.setMarkdown\(String\)

[2]: xref:CRMScript.Native.EventDataDialogDefinition.getMarkdown\(\)

[img1]: /media/loc/en/automation/crmscript-markdown-txt.png
