Created By In List View

I actually want to show users the entry created by them in List View. Since that doc-type can be seen by all the members so it can be lengthy step sometimes to add filter for created by. Why can’t we show that in list view by default. An alternate is we create a custom field and push the creator’s name (via session user) on that field when the doc is saved. But why to create another field if one field is already there (in database structure). I guess this feature should exist so as to avoid data integrity.

This can be done 2 ways. Either using role and permission so that user can only see the records created by them.

Or the second way is passing default filter to list view. But the user will still be able to see other data if they clear the filter. For the second option refer below links.

1 Like