Markdown

Used to show a message to the user. Generally used in dialogs or assistants rather than within a Detail Page.

markdowntext {
    visible = [CaseTitle != null];
    emphasis Success = [true];
    text = "Case ${CaseTitle} created.";
}

Limitations

Supported Properties