Announcement

Collapse
No announcement yet.

Sort task on sidebar by status.

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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

  • #2
    yuri can you please suggest here.

    Comment


    • #3
      Maybe this will work:

      metadata > clientDefs > YourEntityType.json

      Code:
      {
          "relationshipPanels": {
               "tasks": {
                   "orderBy": "status",
                   "orderDirection": "asc"​
               }
           }
      }

      Comment

      Working...
      X