Ability to specify value defaults for table columns

Would be great if one could specify default values for table columns… e.g. a boolean field should be “False” by default whenever a new table record is created.

Right now this seems not be possible… or only via manipulating via the Table API?

Looks like for the time being the only other option is to take care of this via the import script which is expected handle data ingest from SAP but this requires the table structure to be 100% fixed.

Hey @sebme -

This is an amazing idea. We have a lot coming to make working with tables less painful from triggers.

Wrote a feature request for this guy!
Pete

Also would like to vote for this. We have an app with variables and dont want to see blanks. If at a column level we can define a default value that would save doing this at a variable level.