Given the guid of an entity and the name of the N:N relationship, I need to know how to check if it has any N:N relationships. I know how to retrieve all N:N relationships, but it gives an error for those guids that don't have any relationships. How to check
if it has associated records?
Note that I have only one Guid and the relationship name. I need to know if it has any N:N relationship to any other record.
Thanks