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
1 comments
19:31 Nov 14, 2019
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