Dear All,
I have to map the following structure:
source Target
MT_XYZ MT_ABC
Recordset Person
abc
Empdata1 def
abc ghi
def jkl
ghi
jkl
Empdata2
abc
def
ghi
jkl
I have to send either Empdata1 or Empdata2 to Person(Target) at a time.
Please help me for this requirement.