Success message
Note: This task is only applicable to Zoho Creator.
Overview
The success message deluge task is used to display a specified message after a form is submitted or when an action item in a report is executed successfully.
The message specified in this task overrules the message specified through UI in form properties.
Syntax
success message <expression>;
| Parameter | Description | |
|---|---|---|
| <expression> | The message to be displayed. All data types are applicable. You can specify field inputs in the format: input.<field_link_name>  | |
This task can be used in the following events
| When a record is Created | ||
| On Load | No | |
| On Validate | No | |
| On Success | Yes | |
| On User input | No | |
| Subform on add row | No | |
| Subform on delete row | No | |
| When a record is Created or Edited | ||
| On Load | No | |
| On Validate | No | |
| On Success | Yes | |
| On User input | No | |
| Subform on add row | No | |
| Subform on delete row | No | |
| When a record is Edited | ||
| On Load | No | |
| On Validate | No | |
| On Success | Yes | |
| On User input | No | |
| Subform on add row | No | |
| Subform on delete row | No | |
| When a record is Deleted | ||
| On Validate | No | |
| On Success | Yes | |
| Other workflow events | ||
| On a scheduled date | No | |
| During approval process | No | |
| During payment process | No | |
| In a Custom Function | No | |
| In an Action item in report | Yes | |
Example
The following snippet when triggered displays the specified success message.
success message "Thanks for your feedback";