twenty icon indicating copy to clipboard operation
twenty copied to clipboard

Add new fields createdById and updatedById

Open FelixMalfait opened this issue 1 year ago • 0 comments

We already have createdAt and updatedAt on every record. Salesforce also has createdById and updatedAtById. The first one seems especially valuable. I think we should add both.

We could argue that these columns should not be created and that this should be solved exclusively by the upcoming "audit logs" table, but this would come with limitation (e.g. unlikely we could ever achieve something as simple as "filter to show only the companies I created").

FelixMalfait avatar Jan 07 '24 20:01 FelixMalfait