Just to add a bit more information. As Jagan said, at the database level
there's really no difference. However, at the platform interface and
application level you should only work with ownerid. owninguser and
owningteam are "hidden" behind ownerid. You can tell which flavor of owner
is involved by looking at the ownerid.type XML attribute.
--
Mj Miller
Technical Lead
Microsoft CRM
This posting is provided "AS IS" with no warranties, and confers no rights.
Post by Jagan Peri [MSFT]Currently, there is no difference since only users can own objects (ie teams
etc cant own objects for example).
Jagan Peri
Microsoft Business Solutions CRM
This posting is provided "AS IS" with
no warranties, and confers no rights.
Post by whirataWith some objects, such as Activity, a CRMQuery.ExecuteQuery will
return elements <ownerid> and <owninguser>. The element inner text
look the same to me, the same guid. Are these ever different?