Search

Raise Error

Last Updated: May 27, 2021

Articles

Use this function to set the customised error message. Message is raised when the error occurs.

Syntax

Raise Error (err_msg)

Parameters

Input Parameter Name Description
err_msg Text Value. (Message to be displayed for the error)

Sample

Raise Error (Both Origin and Destination cannot be same)

  • The designer checks the condition if the Origin and Destination field is same and raises error message ‘Both Origin and Destination cannot be same’

To view all the User Interface (UI) functions, click here.

Did you find what you were looking for?