Question: Can we run a script to set attributes to auto entered values like “creation datetime” (without having to open settings windows in Servoy for each attribute)?
We hope to avoid something like this for all our creation and modification date attributes:
UPDATE servoy_columninfo
SET columninfo_id = 10055
auto_enter_type = 1
system_value = 8
WHERE connection_name = ‘’
AND tablename = ‘
AND columnname = ‘’;
(Would this work? Any experience?)
Background: Our problem is, that we have an import process which creates and fills about 150 tables with about 1500 attributes with data from an earlier release of our application. This import process will not only run once but several times. One reason for this is, that we will develop the new release of our application within the next year and improve and automate the import process in parallel. So we are prepared for the final switch to the new release. The other reason is, that during development and testing we probably will break test data every now and then. So we are looking for an automated import process which creates all the tables and fills in all the data. We don’t want to open settings windows for each column every time.
Thanks for any help and regards
Birgit Rieder
Robert Huber