Re: Import Part Data

Posted by Benjamin Jugl on
URL: http://ofbiz.116.s1.nabble.com/Import-Part-Data-tp4763715p4763761.html

Hello,

Maybe you fail to import referenced Entities beforehand. The Entity
"ContactMech" for example references to "ContactMechType" by its Id. If
the Id in ContactMechType does not exist, this is bound to fail.

Please check if you can solve the problem with this info, if not it
would be helpful to know all entities that are included in your
export/import.

Kind Regards,

Benjamin

Am 12.01.21 um 18:07 schrieb Z S:

> Hello, I am receiving an error when attempting to import Party data. I thought at first it was the format but If I export a party object(employee/customer) and I change/don't change the data I get this error:
>
> The Following Errors Occurred:
>
> Required Field Missing : ContactMech Type Id.
>
> I have verified that that filed is there and filled out the same way it was exported.
>
> Please advise,
>
> Thanks.