Sort task on sidebar by status.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • deepsinghal29@gmail.com
    Junior Member
    • Jan 2024
    • 26

    Sort task on sidebar by status.

    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.
    Attached Files
  • deepsinghal29@gmail.com
    Junior Member
    • Jan 2024
    • 26

    #2
    yuri can you please suggest here.

    Comment

    • yuri
      Member
      • Mar 2014
      • 8665

      #3
      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

      Working...