Constant

I see that “constant” is a reserved keyword.

Does this mean that creation of a “constant” field (every record of the table holding a value of “1”) is already automatically provided in Servoy?

I realize I’m still thinking like an FMP programmer. ;-)

No, reserved words are already used within the syntax of SQL, javascript, java etc..
If you use these words for naming of columns, variables etc..
the system will get “confused”.

BTW:
Constants can be achieved by creating a global and adding a default value to it.