Suppose in crm we have tow users
1.abc
2. xyz
How can i find all the entities where above two users are owner?
Is there any filter option or do i have to create query?
*This post is locked for comments
Suppose in crm we have tow users
1.abc
2. xyz
How can i find all the entities where above two users are owner?
Is there any filter option or do i have to create query?
*This post is locked for comments
can you also help in identifying the entities where teams are owners
Hi,
When you create a new entity, the ownership goes to either “User or Team” or “Organization” but not the user who created the entity.
So it's not possible to find which user created which entity. But yes, for records you can find the owner.
There is no OOB way to find records from multiple entities owned by a user.
You can create a console application to iterate through each entities and find the records owned by the user.
Thank you
do you want entity with owner or records of entities with owner ? You will find records owner but for entities there is OwnershipType. If you want entities with ownership type user you can query entity metadata. following web api will return all entities with owner type user
[Organization URI]/api/data/v9.0/EntityDefinitions?$select=LogicalName&$filter=OwnershipType eq Microsoft.Dynamics.CRM.OwnershipTypes'UserOwned'
Mohamed Amine Mahmoudi
83
Super User 2025 Season 1
Community Member
52
dkrishna
6