Hi Community
I have built an app using Sharepoint but like to transfer to the Dataverse. When I created my app, I created a Customer table that you can add Name, First Name, Last Name and a choice column for Type (LLC, Inc., Partnerships, Trust, Individual). I wrote a patch that would concat first and last name to Name. In my app, the user can add both all types of borrower to the application.
With the Dataverse, there is an Account table and Contact. When they chose the type, I guess I can have them enter data to either the Account or Contact table but in real life, a contact can be associated with multiple company. For example, I have multiple business so I can be owner of each.
Is there a better way to build out this data? I can't get my head wrap around it. Please help.