A2v10 Platform documentation
UK


Bindings

In order for the properties to be able to use the "outside" values, the bindings are used. A binding is the name of a property, enclosed in double brackets, braces, or parentheses.

Binding Type Description
[[param]] Command parameters The value from the command parameters. Note that this is not the parameters property, but the parameters with which the command is called from the client.
{{path}} Model properties The value from the model. The Path is the path from the data model. If the entire binding represents an expression, a conflict is possible with the XAML parser. It considers the text starting with "{" as a markup extension. In this case, start the expression with a backquote character ("`") or use <![CDATA[...]]]]>.
((value)) Environment The value of the external environment. Possible values:
  • ((Host)) - the hostname from the config file. Used to build links in the body of an email.
  • ((UserHost)) - the hostname of the custom application (site) from the config file. Used to build links in the body of an email.
  • ((ProcessId)) - only for messages from business processes. The identifier of the current process.
  • ((InboxId)) - only for messages from business processes. The identifier of the current task.