Positional parameters in same order.
Pass attribute hash as last to subroutine: no
Must pass named parameter interpolate=1 to cause interpolation.
Invalidates cache: no
Called Routine:
ASP/perl tag calls:
$Tag->field( { name => VALUE, code => VALUE, } ) OR $Tag->field($name, $code);
Attribute aliases
col ==> name column ==> name field ==> name key ==> code row ==> code
Expands into the value of the field name for the product identified by code as found by searching the products database. It will return the first entry found in the series of Product Files. the products database. If you want to constrain it to a particular database, use the [data base name code] tag.
Note that if you only have one ProductFile products
, which is the default,
[field column key]
is the same as [data products column key]
.