Expand my Community achievements bar.

We are excited to introduce our latest innovation to enhance the Adobe Campaign user experience — the Adobe Campaign v8 Web User Interface!
SOLVED

Modify Seed Address Form

Avatar

Level 2

Hi Everyone

I'm attempting to make a slight change the Seed Address Input Form.

I want to add a custom field that is auto-generated at delivery time for proof validation.

What I've done so far is:

Created an extended schema abc:seedMember

Has 1 element on it <FieldName>


What I need to do is get that field added to the nms:seedMember Input form (I believe).

I attempted to add

<input xpath ="@FieldName"/> but that is causing errors once I parse the new XML.

What am I missing?

1 Accepted Solution

Avatar

Correct answer by
Level 10

Hi Derrick,

Are you trying to add an additional field to seed which will not be linked with recipient information?

If, yes you have to configure your schema like below:

1443235_pastedImage_0.png

and input form will look like this

1443248_pastedImage_1.png

If you are adding additional data at recipient/custom table level then it will be like

1443250_pastedImage_2.png

and input form will be

1443260_pastedImage_3.png

which will look like this

1443261_pastedImage_4.png

Hope this helps!

Amit

View solution in original post

4 Replies

Avatar

Level 10

Hi,

Have you saw this page: Using seed addresses

I am assuming you have missed this step:

Then copy the following lines and paste them under the Seed to insert in the export files element.

    <element aggregate="abc:seedMember:common"> </element>

Regards,

Amit

Avatar

Level 5

Amit,

I've got the same question, but when I follow the documentation it doesn't work. It actually deletes everything under my new field.

I also get a error trying to save. I've posted that error here. Extending Seed Table

Avatar

Level 2

I tried that as well.

I was able to add the <element aggretate...> to the seed address extended schema.

No problems there.

When updating the nms:seedMember input form, adding

<input xpath="@fieldname"> does not work.

Throws an error.

Following the document you linked doesn't work.  the page is looking at an enum of @work... which doesn't align to what I'm trying to do.

Avatar

Correct answer by
Level 10

Hi Derrick,

Are you trying to add an additional field to seed which will not be linked with recipient information?

If, yes you have to configure your schema like below:

1443235_pastedImage_0.png

and input form will look like this

1443248_pastedImage_1.png

If you are adding additional data at recipient/custom table level then it will be like

1443250_pastedImage_2.png

and input form will be

1443260_pastedImage_3.png

which will look like this

1443261_pastedImage_4.png

Hope this helps!

Amit