Announcement

Collapse
No announcement yet.

Forcing users to add a filter, not show all contacts

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

  • Forcing users to add a filter, not show all contacts

    Hi,

    Is there any way to force users to add a filter before contacts being displayed?

    I don't want to show "all contacts", but force user to add a team filter, and after that, display only the contacts assigned to the selected team.


    Thanks

    Eduardo

  • #2
    /custom/Espo/Custom/Resources/metadata/clientDefs/User.json

    Code:
     "selectDefaultFilters": {
    "filter": "active",
    "boolFilterList": ["onlyMyTeam"]
    },
    May be this solve the problem

    Comment

    Working...
    X