Hi Michael,
The easiest solution is not to use an enumeration but an association to a reference object. So you'd created a Status entity with a Name attribute such as "Ausstehende Genehmigung" etc., then add an association from the Record object to the Status.
You can then use a listview of Status objects where each listview item contains a listview of corresponding Records.
Hope that helps!
Hi,
If a understand your problem correctly ,
try this,
1. Filter the list view data with X-path constraint or with Microflow to get only data matches with Enumeration values.
2. Use Group Box or any similar widget to have collapse or hide feature.
Hope this helps ,
If this wasn't helps can you share more details of your domain model.
Thanks.