Hi Bert,

Glad it worked.
Just a note: if you don't explicitly need the isInList but using it instead of equals, then you could do the multiple value part more elegantly with
  10 = CASE
  10 {
    key.field = nav_title
    default ....
    1.  (etc)

Loek

On 05/12/2012 09:12 AM, Bert Hiddink [BENDOO e-work solutions] wrote:
....
10 = TEXT
10 {
insertData=1
value = AAA
override.cObject = COA
override.cObject {

10 = TEXT
10.value = BBB
10.if.value = 123
10.if.isInList.field = nav_title

20 <.10
20.value = CCC
20.if.value = 456

30 <.10
30.value = DDD
30.if.value = 789
}
if.equals = 1
if.value.data = cObj:parentRecordNumber
}
....

_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Reply via email to