Error when trying to view seed addresses on Adobe Campaign Classic 7.4.2
If you are seeing errors when trying to view seed addresses on Adobe Campaign Classic, either add the missing attribute @workField to your seedMember schema or delete the field @workField from the nms:seedMember input form.
Description description
Environment
This issue pertains to Adobe Campaign Classic, version 7.4.2.
Issue/Symptoms
An error occurs when attempting to view seed addresses in the application. The error message includes the following details:
Attribute 'workField' unknown (see definition of element '/custom_nms_recipient' in schema 'Seed addresses (nms:seedMember)')
XML-110013 Error line 0, column 0 (document with schema 'input')
The graphical component 'treeEdit0' has generated an error
The issue is linked to the nms:seedMember schema/extension referencing a field <input xpath="@workField"/> where it was missing but present in the input form nms:seedMember.
Resolution resolution
To resolve this issue, follow one of the two options below:
- Add the missing attribute
@workFieldto yourseedMemberschema. - Remove the field
@workFieldfrom thenms:seedMemberinput form if it is not necessary.
For steps on how to modify the Seed Member Form, refer to Seed Addresses in Campaign Classic v7 Documentation.