Page 1 of 1

Cannot create a new account

Posted: Tue 12 Jun 2012 19:25
by verbal11
INVALID_FIELD_FOR_INSERT_UPDATE

I receive this error when trying to create a new Account. I believe this error is occurring because the provider is attempting to set Person Account fields to NULL when this is not a Person Account record type.

Re: Cannot create a new account

Posted: Wed 13 Jun 2012 16:28
by Shalex
Please specify the INSERT command you are using for adding the new record to the Account table.

Re: Cannot create a new account

Posted: Thu 14 Jun 2012 20:14
by verbal11
I am using the Entity Framework and this is the error that I get when calling SaveChanges() after adding a new account.