Can we limit copyfield source condition?
for example if we want to make lookup in source="product_name" and
dest="some_dest"
so our syntax would become
<copyField source="product_name" dest="some_dest" maxChar=200>
How about copying only those product_names having status=0 AND attribute1=1
AND attribute2=0.
assume status,attribute1,attribute2 and product_name being two different
attribute of a same table.
can we write something like
<copyField source= "product_name" AND  source="status:0" AND
source="attribute:1" AND source="attribute2:0" dest="some_dest" maxchar=200>

Thanks in advance

Reply via email to