Hi,
Is the lookup condition in lookup_ext is AND or OR.
For example i am mentioning three conditions:
Lookup.Col1 = Source.Col1
Lookup.Col2 = 'xyz'
Lookup.Col3 = Source.Col5
Does the lookup condition takes it as Condition 1 AND Condition 2...... or Condition 1 OR Condition 2........
Appreciate your help.
Arun