MessageIDParameter

Start of changeAdds a runtime Value, Type, and Substitution index for use with a preconfigured MESSAGE and MessageID variable to the bound object of the Document Hierarchy.End of change

Syntax

bool MessageIDParameter (string Value, string ValueType, int Index)

Parameters

Three parameters. Smart parameters are supported.
  1. The runtime value that replaces a substitution indicator. Smart parameters are supported.
  2. The value's Type to enable client-side translation lookup. Permitted Type values are job, task, shortcut, field, workflow, appname, pagetype, doctype, text, and variable.
  3. The index of the substitution.

Returns

Always True.

Level

All

Details

Start of changeAdds a runtime Value, Type, and Substitution index for use with a preconfigured MESSAGE and MessageID variable to the bound object of the Document Hierarchy.End of change

Example
MessageID("The field '{0}' has a value of '{1}'.", FieldValueMessage01)
MessageIDParameter("@F.Name",field,0)
MessageIDParameter("@F",Text,1