Question

I have a BCS model in SharePoint. This model has a single entity that should have multiple child entities of the same kind. I tried to associate the entity to self but the association does not appear on the entities' forms in the list. I expect to have a user experience that is similar to having a lookup field in a generic list that looks up to the same list.

How can I implement this?

Thanks.

Était-ce utile?

La solution

The best solution I found so far is to create 2 different entities, create an association between them and make these two entities return data from the same source (in my case a .Net class).

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top