PilotMessage_Set (deprecated)

Assigns a message to the MESSAGE variable of the current object. This action has been deprecated and is scheduled to be removed in a future release. It is recommended that you no longer use this action. Instead, use the rrSet action in the MessageSetText action library.

Syntax

bool PilotMessage_Set (StrParam)

Parameters

The smart parameter message to be assigned to the MESSAGE variable. Be sure to surround the message in quotation marks.

Returns

Always True.

Level

All.

Details

Provides a runtime MESSAGE variable to the bound object of the Document Hierarchy, and assigns the Action's parameter as the variable value.
Example
PilotMessage_Set("Field +@F+ Value is not Valid")