Announcements
Should I create a new entity or simply use the Account entity
Basically looking at the metadata, it is a type of account.
There are fields that is specific to this type of account, and it also requires a list of views just for this account type.
I know it is totally achievable to keep it just as an account type and just add a dedicate tab / views and etc. just for this type
At the same time I also know, if I create a new custom entity with a 1:1 relationship with Account.
Someone said to me, it's better to keep all accounts together regardless of their type. So metadata will be kept in one place instead of 2 separate tables. But for me that's the whole point of splitting it into 2 tables is, for users who is only interested in the type A can go straight to entity A. but for user who is dealing with none specific type accounts can still get all info from the Account entity.
As you can see I am really in 2 minds here.
Love to hear your thoughts on this.
Many thanks in advanced
Thanks Soumen!
But can you see any downside of spliting it into 2 tables at all?
Hi,
I believe 1:1 relation will be the right approach. It will help you to distribute the load on one entity, also you can overcome the number of field allowed for an entity and also you will not face SQL row size issue in log run.
André Arnaud de Cal...
294,206
Super User 2025 Season 1
Martin Dráb
232,968
Most Valuable Professional
nmaenpaa
101,158
Moderator