Announcement

Collapse
No announcement yet.

Can't sort notStorable fields

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

  • Can't sort notStorable fields

    There's a tricky thing with notStorable which is you cannot sort them in list views, and leads to errors for the user.

    Is it possible to disable the sorting UI for notStorable fields ?

  • #2
    I just realised I can do this via the layout configuration

    eg.
    PHP Code:
    fileapplication/Espo/Modules/MyModule/Resources/layouts/EntityName/list.json
    [
        {
    name:myCustomVariablenotSortabletrue},

    Comment

    Working...
    X