[TYPO3-dev] Dynaflex and ###REC_FIELD_...###
    Nikolas Hagelstein 
    hagelstein at shr.cc
       
    Thu Nov 23 15:17:07 CET 2006
    
    
  
Hi thomas,
Lets assume the following DCA snippet:
(modifications first lvl.)
'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?
Cheers,
Nikolas
    
    
More information about the TYPO3-dev
mailing list