I receive this message when I import data using an xmlport into the customers table. I don't think I've ever seen a field called First Name. Am I missing something???
*This post is locked for comments
I have the same question (0)Hi! Probably you have some customization which creates contact for customer. Contact has this field and its length is 30 characters. You can check OnValidate trigger of Customer.Name field or set FieldValidate property of XML port Node to No. Also contact creation could be in XML port - check it.