B4J Question [ABMaterial]: How to create dynamic data entry screens?

Mashiane

Expert
Licensed User
Longtime User
Ola

I have a thought of creating dynamic data entry screens, which must also have a listing of the records. What is the best approach to do this..

1. One can create a new entity with its attributes
2. The attributes are linked to the various entry types e.g. text, checkbox, radio etc.
3. CRUD functionality.

So we need to save the structure of the entity somewhere.. and be able to retrieve and create components on demand. Should an entity be changed, the modal sheet to enter the content should also be changed.

Any ideas in terms of how I can do this. This means creating a grid during run time.

Thanks
 
Top