Posted 5/13/2008 8:49:12 AM | | | | From a csv file I tried to add addresses to the account in CRM. I created a Rule to mapped the required fields and to set the relation to the Account entity. When I verify the data no error is returned. However when running the import, no new address is created and two types of errors are found in the log. 1) Required field missing. 2) The parent object is invalid or missing. I know for sure that al the required fields contain data in the csv file and al the parent object are in the database. Any ideas??? |
| Posted 5/13/2008 9:28:42 AM | | | | I found that the objectype is also a required field when importing addresses. I added a column to my csv file with the objecttypecode. I used the value 1 for the Account entity. Now a new error message is displayed: The specified entity was not found. When a replace the 1 with the word "Account", the same error is displayed. |
| |
|