Small List View Default Sorting

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pmontanez
    Member
    • Dec 2016
    • 81

    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,
  • tanya
    Senior Member
    • Jun 2014
    • 4308

    #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

    • pmontanez
      Member
      • Dec 2016
      • 81

      #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

      • tanya
        Senior Member
        • Jun 2014
        • 4308

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

        Comment

        Working...