Changed field does not update in the database?

Changed field when not shown in the form does not update in the database - feature or bug?
I made a workaround by showing the field in the form and when load the form the command: sc_field_display({My_Field}, off)
For me unexpected, but is this a bug or a feature?

Regards, Bert

It depends on how you have changed the fields. But a non-display field cannot be accessed using {}. You can display the field and set property hidden, but your way does it too. Other option is to use a global and use that in the edit fields option where you can set a value on update/insert.

Hi Albert
Yes correct. I would call it not a bug, not a feature, but it is by design…Regards Bert