Add new fields createdById and updatedById #4119
FelixMalfait
announced in
.Roadmap
Replies: 1 comment
-
Linked to #5155 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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").
Beta Was this translation helpful? Give feedback.
All reactions