Assignee in Case Section

Hi everyone,

Does anybody knows the name of the following element in the Case section? I want to remove it from screen.

{

   "operation": "remove",

   "name": "????"

}

 

 

 

Thank you!

Like 0

Like

1 comments

Dear Eric, 

You can do it replacing the CaseSection schema overriding initFixedFiltersConfig method so that in wouldn't add quick filter for owner. For example like this: 

methods: {

            initFixedFiltersConfig: function() {}

        }

Best regards,

Dennis 

Show all comments