How to assign random code for recipient in delivery? | Community
Skip to main content
malarrajans8868
Level 2
September 7, 2016
Solved

How to assign random code for recipient in delivery?

  • September 7, 2016
  • 5 replies
  • 3110 views

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.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by malarrajans8868

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

5 replies

Linda_Stinson
Adobe Employee
Adobe Employee
September 9, 2016

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

santiagos970632
September 16, 2016

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

malarrajans8868
Level 2
September 27, 2016

No. Each recipient will get unique coupon code.

vraghav
Adobe Employee
Adobe Employee
October 14, 2016

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.

malarrajans8868
malarrajans8868AuthorAccepted solution
Level 2
December 8, 2016

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