FeatureFuel
2

Custom lists of objects

Source: twentyhq/twenty#8231 · opened by @PeterBaker0
Scope & Context We would like to be able to create lists of objects without having to create a view which filters over a value. Current behavior Say I want a list which is a saved subset of People. Right now, I have to create some new property over which I can filter, so that this list reflects my selection of People. Expected behavior I would like a new type of View which is just a List. This list has a selection of People (or any object type), and can be added to and removed from. This List is shared between users, and in all other ways operates the same as other Views. The List could be filtered, but this filter would not be saved to the List (since the list inclusion/exclusion itself is the filter). The List could be ordered, and this order would be shared between users. Example: I want to create a 'campaign email list' which is just a selection of People. I can then export from this list easily, for example. Right now it takes a lot of steps…

No pledges yet. Be the first to back this.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests