@P.<variable_name>

Description

Accesses the value of the specified variable on the current, or parent, page DCO node. The current DCO node does not need to be field level. The current node can be a page or field node and this syntax accesses the parent page node.

Example

In this example, the smart parameter returns the value of the TemplateID variable for the current page.

Action and return value XML example (if applicable)

Action: rr_Get("@P.TemplateID")

Return value: 556

<P id="TM000001">
  <V n="TYPE">Rental_Agreement</V>
  <V n="TemplateID">555</V>