Hi all,
I have a custom entity type which was created with the intent of being used in place of a Multi-Enum.
I can easily create a Many-Many relationship with it against Accounts.
The issue comes when I try to add another Many-Many relationship against Accounts.
I try renaming the joining table, and the labels, but nothing allows it to be created.
For context, the intended purpose of having these relationships is for explicitly setting a whitelist and a blacklist for the custom entity.
Is there a way around this issue, or is there a better way to do this?
I have a custom entity type which was created with the intent of being used in place of a Multi-Enum.
I can easily create a Many-Many relationship with it against Accounts.
The issue comes when I try to add another Many-Many relationship against Accounts.
I try renaming the joining table, and the labels, but nothing allows it to be created.
For context, the intended purpose of having these relationships is for explicitly setting a whitelist and a blacklist for the custom entity.
Is there a way around this issue, or is there a better way to do this?
Comment