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?
Solved! Go to Solution.
Views
Replies
Total Likes
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
Views
Replies
Total Likes
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
Views
Replies
Total Likes
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
Views
Replies
Total Likes
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.
Views
Replies
Total Likes
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
Views
Replies
Total Likes
Views
Likes
Replies