Not sure how this will work and if its a good idea either.
On my DIH handler I have 5 entitys and currently just selecting the fields we want from the 5 tables but we really want to open this up by using select * from all the fields.
Is this a bad idea by having most of the schema as dynamic_fields ?The reason why we want to go this way is our fields will grow and shrink due to user input.
Hope you can advise. Lee