Good day all. Does anyone know how to the change the default sort order of (specifically) the entries in the Document pane of the Account scope in the Detail view? By default it's ordered by "createdAt", i would like to change it to another field.
Adding a
to /custom/Espo/Custom/Resources/metadata/entityDefs/Document.json only affects the Document scope, but not the Document panel in the Account bottom panel, and I couldn't find anywhere else where to find this.
Thanks.
Adding a
PHP Code:
collection": {
"orderBy": "name",
"order": "desc"
}
Thanks.
Comment