NSOA.form.confirmation(message)

Use this function to print a confirmation message on the form. The message that appears will look exactly like the system-generated confirmation messages.

Note:

This function will only have an affect on the After save and After approval events, see Events.

Parameters

message {string} [required] — The confirmation message to display on the form.

Note:

This message will be displayed instead of the system-generated confirmation message for the form.

Returns

True if the function was successful and false otherwise.

Units Limit

1 unit

For more information, see Scripting Governance.

Since

October 17, 2015

Example

This example displays the confirmation message 'A confirmation message' at the top of the form after the form is saved.

              NSOA.form.confirmation("A confirmation message"); 

        

The message appears as a system-generated confirmation.

See Code Samples for more examples.