MessageID

Adds a runtime MESSAGE and a MessageID variable to the bound object of the document hierarchy.

Syntax

bool MessageID (string Message, string Identifier)

Parameters

Two parameters:
  1. The message with index substitution indicators to be assigned to the MESSAGE variable. Be sure to surround the message in quotation marks.
  2. The ID to be assigned to the message to enable client-side translation.

Returns

Always True.

Level

All

Details

Adds a runtime MESSAGE and a MessageID variable to the bound object of the document hierarchy.
Example
MessageID("The field '{0}' has a value of '{1}'.", FieldValueMessage01)