Allow users to quickly and easily share filters to other users. Admin users can create templates of filters from multiple users to deploy to users, teams, or roles.
When Sugar retrieves the Filters for a module it makes an internal call to the backend to retrieve them. I don't know what the default sorting is but unless I'm mistaken it is by modified date. Overriding this would unfortunately take some custom code to force the result to sort by name unless otherwise specified.
7 years ago
Hello,
When Sugar retrieves the Filters for a module it makes an internal call to the backend to retrieve them. I don't know what the default sorting is but unless I'm mistaken it is by modified date. Overriding this would unfortunately take some custom code to force the result to sort by name unless otherwise specified.