MessageIDParameter
Adds a runtime Value, Type, and Substitution index for use with a
preconfigured MESSAGE and MessageID variable to the bound object of the Document
Hierarchy.
Syntax
bool MessageIDParameter (string Value, string ValueType, int Index)
Parameters
Three parameters. Smart parameters are supported.- The runtime value that replaces a substitution indicator. Smart parameters are supported.
- 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.
- The index of the substitution.
Returns
Always True.Level
AllDetails
Adds a runtime Value, Type, and Substitution index for use with a preconfigured
MESSAGE and MessageID variable to the bound object of the Document Hierarchy.
- Example
MessageID("The field '{0}' has a value of '{1}'.", FieldValueMessage01) MessageIDParameter("@F.Name",field,0) MessageIDParameter("@F",Text,1