Hi All,
I have a table(coupon) contains with some coupon code only.But there is no mapping with any other table.
I need to assign the random coupon code based on the table(coupon) with recipient while sending delivery.
Is there anyway to do it.
Kindly help on this.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi Vipul Raghav
I have done without linking in schema level.
1.I have added one more column(line number) in coupon table.Which will be inserted while import the data.
2.I am able to assign the random number when querying the recipient.
3.After that linking the random number with the line number in coupon table using enrichment.It will assign the coupon code for the recipient.
Regards,
Malarrajan Sundarraj
Views
Replies
Total Likes
Will each Recipient get the same coupon code, or will they each get a different one? Is there any cross-reference with the Recipient such as zip code to determine who gets which coupon code?
Linda
Views
Replies
Total Likes
Hola buenas tardes, desde Colombia. Yo logro personalizar ofertas, siempre que los destinatarios tenga su información ya cargada... es decir, se debe modificar o cargar los destinatarios con la información en el campo que necesitas que cambie para personalizar las ofertas...
Espero te sirva ayuda, saludos
Views
Replies
Total Likes
No. Each recipient will get unique coupon code.
Views
Replies
Total Likes
without link between two tables, it is not possible.
You will have to come up with a logic to identify a coupon code for each recipient of yours.
Views
Replies
Total Likes
Hi Vipul Raghav
I have done without linking in schema level.
1.I have added one more column(line number) in coupon table.Which will be inserted while import the data.
2.I am able to assign the random number when querying the recipient.
3.After that linking the random number with the line number in coupon table using enrichment.It will assign the coupon code for the recipient.
Regards,
Malarrajan Sundarraj
Views
Replies
Total Likes