I wanted to add a new property to my model (table). This is basically a property that does not exist in the database, but I need to add it to my model so that the user-generated tool (an entity generator for self-tracking) creates a property inside a custom generated file.
I added the scaler property, its line, and called testme, but that gives me the following error. Does anyone know how I can fix this?
Error 2538 Error 11009: the 'testme' property is not displayed.
I am confused why I need to map it to a table ... its field that does not exist in the table ...
Any help really appreciated
thanks
source share