cancel
Showing results for 
Search instead for 
Did you mean: 

Need UDF to Generate the Taget values based on the Source ..

Former Member
0 Kudos

Hi

On target side i have Name , Address, City fields ...

on source i have cont1defshipto .. if the value exists in cont1defshipto filed then map the cont1name field to the name field on target side ...

like that i have 8 contacts .. i have to check 8 times

SV

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi,

use below message Mapping,I have tested it


Condesshipto-------------------------------equalS------ifWithoutelse----targetNameField
       constant(dont give any value)   /
                                                               contName /

Hope it will help u.

Former Member
0 Kudos

Try this


                             
cont1defshipto------Exists-------ifwithoutelse------Name

former_member200962
Active Contributor
0 Kudos

Hi,

on source i have cont1defshipto .. if the value exists in cont1defshipto filed then 
map the cont1name field to the name field on target side ...

No UDF required......Use the below logic...i tested it and its working:)

cont1defshipto
                     ----------  equalS -------not --------- ifWithoutElse ----------- Target element
Constant ()

(then----cont1name)

Constant should not contain anything...not even a blank space....

Regards,

Abhishek.

Former Member
0 Kudos

use create if under node functions..

Former Member
0 Kudos

Better to have your structures for both your source and target system posted here, allow others to exam and to have solution.

Regards.

Liang