Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!
SOLVED

Importing an Entity

Avatar

Level 1

I'm trying to import this entity using the Package Wizard.  

<!--

<package>
<entities schema="nms:recipient">
<recipient address3="17582 Melrose" birthDate="1965/09/05" city="Southfield"
email="betina.a.echols@accenture.com" firstName="Betina" gender="2"
lastName="Echols" mobilePhone="2483129356" stateCode="MI" zipCode="48075"/>
</entities>
</package>

-->

But I dont understand this error message.

 

Submitting job to the server
17:43:41 - No key was found for the '[/]' element of the 'nms:recipient' schema (XML='<recipient address3="17582 Melrose" birthDate="1965/09/05" city="Southfield" email="betina.a.echols@accenture.com" firstName="Betina" gender="2" lastName="Echols" mobilePhone="2483129356" stateCode="M').
17:43:41 - The () package version is different from the (6.1) instance.
17:43:41 - At least one warning was raised during the analysis. The package was not imported.
17:43:41 - XSV-350122 An error occurred and the process has been stopped.

 

Can somebody point me in the right direction.

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

Entries of the recipient entity are normally not imported via packages.

Else you may have to define a key in the schema to reconcile with existing record. (Assuming import is for ACC as the error message suggests)

 

You may rather use a workflow for the import.

View solution in original post

1 Reply

Avatar

Correct answer by
Employee Advisor

Entries of the recipient entity are normally not imported via packages.

Else you may have to define a key in the schema to reconcile with existing record. (Assuming import is for ACC as the error message suggests)

 

You may rather use a workflow for the import.