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:- The message with index substitution indicators to be assigned to the MESSAGE variable. Be sure to surround the message in quotation marks.
- The ID to be assigned to the message to enable client-side translation.
Returns
Always True.Level
AllDetails
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)