I have developed a custom servlet in AEM to send data to Campaign using
CampaignConnector. I am able to connect and data is being saved in
Campaign. We are using a number of custom fields that have been added to
an custom schema (abc:recipient), which is an extension of the
nms:recipient schema. When the form is submitted, only the default
nms:recipient fields are being populated. Custom field data is not being
added to the nms:recipient table. This makes sense, as the fields have
been added to ...