Reputation: 121
Is it possible to do a circular reference in CRM 2011?
Example: I have this entity called employee. In this entity, I have this field called supervisor which is a lookup of employee entity.
I created an employee named "Marc" and in the supervisor lookup I want to select "Marc" also to do a circular reference. But I believe in CRM 2011, Self-referential relationships is that entity instances cannot be related to themselves in a parental relationship. This creates a circular reference. Is it possible? Is there a way?
Upvotes: 1
Views: 988
Reputation: 121
Actually what I did to solve my problem was to create a workflow. It can be manually triggered or automatic.
For manual:
For Automatic:
Upvotes: 0
Reputation: 15128
In CRM 2011 it's not possible to create a circular reference.
An alternative is to create a "bridge" entity that will contain only the name field and a lookup to your custom entity, but I don't know if this will be useful for the users or not.
Upvotes: 1