この会話は、活動がないためロックされています。新しい投稿を作成してください。
この会話は、活動がないためロックされています。新しい投稿を作成してください。
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.
解決済! 解決策の投稿を見る。
表示
返信
いいね!の合計
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
表示
返信
いいね!の合計
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
表示
返信
いいね!の合計
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
表示
返信
いいね!の合計
No. Each recipient will get unique coupon code.
表示
返信
いいね!の合計
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.
表示
返信
いいね!の合計
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
表示
返信
いいね!の合計