Answered by:
Upgrade to CRM 11: Invalid column name 'OwningUser'

Question
-
Hello CRM experts,
After upgrade from 4.0 to CRM 11 we can't save anything to Account entity. In SQL Profile there is an error: Invalid column name 'OwningUser'. I looked in the AccountBase table - the column Owning User is missing. The field is not even on the Account form. But it is in the Field list on the entity.
Is there work around/Fix ? I can't even delete this field from the Account Entity in my CRM 2011 deployment, get an error.
Need an urgent advise!
Lana
- Moved by Andrii ButenkoMVP, Moderator Friday, February 10, 2012 5:38 PM (From:CRM Development)
- Edited by lana7220 Friday, February 10, 2012 5:48 PM
Friday, February 10, 2012 5:17 PM
Answers
-
OwningUser was a virtual field in CRM 4.0, which is no longer relevant in CRM 2011, as teams can own records. The most likely cause of your problem is if there is some custom code (plugin, or client script) that attempts to reference this field, and this code is running when the account is saved
Microsoft CRM MVP - http://mscrmuk.blogspot.com http://www.excitation.co.uk
- Edited by DavidJennawayMVP, Moderator Monday, February 13, 2012 9:31 AM
- Marked as answer by lana7220 Monday, February 13, 2012 3:57 PM
Monday, February 13, 2012 9:30 AMModerator
All replies
-
is it possible to run the upgrade again or have you started using the new system enough to not consider this
Ben Hosking
Check out my CRM Blog
Linked-In Profile
Follow Me on Twitter!Saturday, February 11, 2012 1:00 PM -
OwningUser was a virtual field in CRM 4.0, which is no longer relevant in CRM 2011, as teams can own records. The most likely cause of your problem is if there is some custom code (plugin, or client script) that attempts to reference this field, and this code is running when the account is saved
Microsoft CRM MVP - http://mscrmuk.blogspot.com http://www.excitation.co.uk
- Edited by DavidJennawayMVP, Moderator Monday, February 13, 2012 9:31 AM
- Marked as answer by lana7220 Monday, February 13, 2012 3:57 PM
Monday, February 13, 2012 9:30 AMModerator -
Thank you so much. It was a custom trigger! Dropped it.Monday, February 13, 2012 3:57 PM