cancel
Showing results for 
Search instead for 
Did you mean: 

Need help in Logic

Former Member
0 Kudos

Hi,

I need help in Logic.

source fields PARVW and PARTN

Target field BillfromID

If source field PARVW= AG then send JHAH(Constant) in the field PARTN to the target field BillfromID.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member186851
Active Contributor
0 Kudos

Hello Sherwin.

If you wish to send only constant then try below logic

PARVW--------------------

                                        Equals--------------------------IF

Constant-------------------                                                             -----------------------------------BillFromID

(AG)                                                      Constant----Then

                                                                 (JHAH)

If you wish to send only constant JHAH with PARTN Concatenated then try below logic

PARVW--------------------

                                        Equals--------------------------IF

Constant-------------------                                                             -----------------------------------BillFromID

(AG)                                                   

                Constant

                 (JHAJ)    --------   

                                                Concat------------------Then

               PARTN----------------------