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

Description

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

Example

In this example, the smart parameter returns the value of the Text variable for the batch-level field Field2

Action and return value XML example (if applicable)

Action: rr_Get("@B\Field2)

Return value: The text value of Field2

<B type="APT">
		<V n="ID">0</V>
		<V n="TYPE">Batch</V>
		<V n="STATUS">0</V>
		<V n="MIN TYPES">0</V>
		<V n="MAX TYPES">0</V>
		<V n="rules">&lt;in /&gt;&lt;out /&gt;</V>
		<P type="Other" pos="0" min="0" max="0"/>
		<D type="Document" pos="0" min="0" max="0"/>
		<F type="Field2" pos="0" min="0" max="0"/>