I’ve a custom entity (MyEntity) which I want to associate in a 1:1 relation with a built-in entity (Account) in a custom solution (MySolution). I do not want to further extend the Account entity. Implementing a 1:1 relation seems to be possible by having using both 1:N and N:1 resulting in a many-to-many that is limited to 1 record on each side. This relation is only required in SolutionX.
As the Account entity is used in multiple solutions will creating an Account record in another solution force the creation of a MyEntity record when using this type of relation? Does this question even make sense? Is there some other way to do what I want to do?
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,104 Most Valuable Professional
nmaenpaa 101,156