I have a requirement in which I am getting company's information from an external webapi and I need to store that data in CRM.
Problem is the users want the shareholders information to be stored in CRM However a company can have huge number of shareholders which we don't want to create as separate record and store in CRM
Is there a way that I could create a field of type say 'Text' and store shareholders name and type in it? Not sure if text length has limitations?
Or is there any other field type which I can create directly on Main table and show shareholders name & type returned from webapi
