[TYPO3-dev] Dynaflex and ###REC_FIELD_...###
Thomas Hempel
thomas at work.de
Thu Nov 23 15:52:17 CET 2006
Hi Nikolas,
> 'method' => 'add',
> 'path' => 'ROOT/el',
> 'type' => 'fields',
> 'source' => 'db',
> 'source_type' => 'entry_count',
> 'source_config' => array (
> 'table' => 'tx_mytable',
> 'select' => '*',
> 'where' => ' and mandator=###REC_FIELD_whatever###',
>
> Imho the query is performed by dynaflex so it has to replace the marker.
> Does it? If not is there another way of using data of the origin record
> within the where conditon?
You can use ###fieldname### instead of ###REC_FIELD_whatever###. Should be working. But this is
without any guaranty because I'm not 100% sure that I have implemented this at that position.
Greets,
Thomas
--
typo3-unleashed.net
More information about the TYPO3-dev
mailing list