Hello - I've noticed a Campaign.OwnerIdType of 8 in the database for a campaign. Based on some googling this indicates that the campaign is owned by a User. A Campaign.OwnerIdType of 9 indicates that the campaign is owned by the team.
Where is a list of OwnerIdTypes stored? I'm aware of 8 and 9 but is there a 1-7 stored somewhere as well? I didn't find a OwnerIdType or OwnerType table in the database.
Also, what is the impact of having 8 (user) vs 9 (team). If OwnerTypeId = 8 then does this prevent other users having Append To access from being able to update the Campaign?