show / hide menu

RunRule

This function is used to invoke another rule.

Syntax:

RunRule (Rule name)

Rule Name is the rule that needs to be executed.

Example:

RunRule (ValidateName )

The function will invoke a rule named “ValidateName”.
RunRule (“ValidateName.ShowMessage”)
The function will invoke the sub rule “ShowMessage” associated with “ValidateName”.