Is it possible to add new fields/columns to the database using an interface and automatically update record list columns and other dependent interfaces?
Discussion posts and replies are publicly visible
Can you go a bit deeper in explaining your use case?
I would like to create an interface which is designed to add new fields/columns to a database table.If the adding process is successful it should automatically update the record types, interfaces and other components that is dependent of that DB Table.
OK. And for what purpose? I mean in typical scenarios, end users do not really need such a functionality.
We would like to create an admin role. So this admin users can easily add new columns to the grid/table which will be used by the basic users.