I have multiple metadata columns on my table, such as: id, Created by, Created on, Updated by, Updated on, etc. Editors should not be able to see this - they should be filled in programmatically on record creation or modification.
I understand that there are system fields. Perhaps we can leverage that? We can manually hide fields, but it wouldn’t be practical if we had like, 50 tables or so.
Is there a way to achieve something like “treat as a metadata column and hide if the field name starts with __
, e.g., __created_on
”
Also, is there any way we can perform workflows on these fields whenever someone adds or edits records?
Thanks!