Error when trying to view seed addresses on ÃÛ¶¹ÊÓÆµ Campaign Classic 7.4.2
If you are seeing errors when trying to view seed addresses on ÃÛ¶¹ÊÓÆµ 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 ÃÛ¶¹ÊÓÆµ 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
@workField
to yourseedMember
schema. - Remove the field
@workField
from thenms:seedMember
input 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.