Does anyone know (if there is how) how to Create a Data Base Object (not a register field) from user point of view (not from developer view)?
Tks!
Does anyone know (if there is how) how to Create a Data Base Object (not a register field) from user point of view (not from developer view)?
Tks!
Nope, there is currently no way to allow a user to create a new “Thing” or a new field on a thing that is not already defined in your database structure.
Closest option is to implement a “Custom Thing” type and let the user create a new “Custom Thing”. However again the fields will be predefined by you. Depending on your use case it could be a viable approach.
Bests
Rob.
Tks a lot, man!