@D\<field_name>[.<variable_name>]

Description

Accesses the text of the specified field on the current or parent document, or the value of the specified variable of the specified field on the current document.

Example

In this example, the smart parameter returns the value of the TYPE variable for the field “Field1”, which is directly attached to the current document.

Action and return value XML example (if applicable)

Action: rr_Get("@D\Page\Field1.TYPE")

Return value: Field

<F type="Field1">
		<V n="ID">0</V>
		<V n="TYPE">Field</V>
		<V n="STATUS">0</V>
		<V n="Position">0,0,0,0</V>
		<V n="MIN_TYPES">0</V>
		<V n="MAX_TYPES">0</V>
		<V n="length"></V>
		<V n="ReqConf">8</V>
		<V n="rules">&lt;in /&gt;&lt;out /&gt;</V>
	</F>