I want Tasks on my sidebar to be sorted by status. I have updated the Default Order field on Task entity to Status, but it still sorts on date.
Sort task on sidebar by status.
Collapse
X
-
Tags: None
-
-
Maybe this will work:
metadata > clientDefs > YourEntityType.json
Code:{ "relationshipPanels": { "tasks": { "orderBy": "status", "orderDirection": "asc" } } }
If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.Comment
Comment