Skip to main content
derrickr8850025
Level 2
March 14, 2018
Beantwortet

Modify Seed Address Form

  • March 14, 2018
  • 4 Antworten
  • 3140 Ansichten

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?

Dieses Thema wurde für Antworten geschlossen.
Beste Antwort von Amit_Kumar

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:

and input form will look like this

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

and input form will be

which will look like this

Hope this helps!

Amit

4 Antworten

Amit_Kumar
Level 10
March 14, 2018

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

davidl14970702
Level 4
March 15, 2018

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

derrickr8850025
Level 2
March 15, 2018

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.

Amit_Kumar
Amit_KumarAntwort
Level 10
March 15, 2018

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:

and input form will look like this

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

and input form will be

which will look like this

Hope this helps!

Amit