Announcement

Collapse
No announcement yet.

Small List View Default Sorting

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

  • Small List View Default Sorting

    Good Day Community,

    Wondering if there is any way to Sort (Ascending / Descending ) a small list column and set that sorted view as default? In my particular case, I have a situation where I would like to Sort a boolean value, Sorting by default the list with Active values first. It's very annoying to sort the list manually again every time you search for a new record.

    Thanks,

  • #2
    Hello
    If you want to change in on relationship panel, you can set in clientDefs of main entity in

    "relationshipPanels": {
    "{relation name (panel name)}": {
    "sortBy": fieldName,
    "asc": true
    },

    Comment


    • #3
      Hey Tania thanks for above, still not working on my end - the main Entity is "Account" so I'm trying to modify clienDefs on Account.json - Will that be on added under the "links": { property?

      thanks

      Comment


      • #4
        Hello
        Share, please, full path and file content, please

        Comment

        Working...
        X