I have 2 tables IN Adobe Campaign:
I have to add this condition in my JS CODE : pLEASE HELP
Table 1 : CONSUMER table(this table holds all customer personal info) and it has fields like
Field 1: communication channel,this field "Communication Channel" has 2 values--2,3
field2: Name
Table 2: EMEDIA table table(this table holds all customer email address) and it has fields like
Field 1: emdt code
field2: emda address
field3: Timestamp
these tables have 1: N Mapping
Consumer table(1)Media table(N)
EMDT CODE IN TABLE2 HAS 2 values-eml, mbleml
I Need to have OUTPUT IN XML FORMAT FOR WHICH ALREADY I HAVE CODE WRITTEN NOW I NEED TO ADD THIS CONdition in my code
if (communication channel=2)
EMDT CODE from EMedia table should display "eml"
I caanot HARD CODE IT--
1)I WANT CODE TO TAKE Value of EMDT CODE from EMedia table as "eml" when communication channel value=2
please help me here
if(communication channel=3)
2)I caNnot HARD CODE IT--I WANT CODE TO TAKE Value of EMDT CODE from EMedia table as "mbleml" when communication channel value=3
PLEASE ADD CONDITION HERE:
PLEASE HELP