Custom Form Mapping | Community
Skip to main content
smba101
Level 2
February 26, 2018
Solved

Custom Form Mapping

  • February 26, 2018
  • 1 reply
  • 1269 views

We have a scenario where AEM forms data will be submitted to Adobe Campaign and thus we are using Custom Form Mapping technique as described in https://helpx.adobe.com/experience-manager/6-3/sites/developing/using/extending-campaign-form-mapping.html. We have been successful in mapping our standalone tables, but are facing problems in mapping tables which have a JOIN relation with other Adobe Campaign tables. Please suggest if this is feasible and how? Are their some samples that we can refer to?

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 Amit_Kumar

Hi,

What you saw is a very simple implementation use case which will work for one single schema as you have already stated. to make it work with a complex query you have to engage an adobe campaign developer who can build a custom extension to suit this use case.

Creating Custom Extensions for Adobe Campaign then as your AEM developer to consume that extension using a servlet then use that servlet or service in your form.

Regards,

Amit

1 reply

Amit_Kumar
Amit_KumarAccepted solution
Level 10
February 26, 2018

Hi,

What you saw is a very simple implementation use case which will work for one single schema as you have already stated. to make it work with a complex query you have to engage an adobe campaign developer who can build a custom extension to suit this use case.

Creating Custom Extensions for Adobe Campaign then as your AEM developer to consume that extension using a servlet then use that servlet or service in your form.

Regards,

Amit