If I wanted to create a customer filter in a scope to display items whose status are 'Planned', is there a source code in the htdocs I can look at to try to customize? If user views scope, the only dropdown filter is Planned, or is there a way to remove the dropdown filter (in specific cases), and I can just set, primaryFilterName to 'Planned'?
CustomFilter In Scope?
Collapse
X
-
Tags: None
-
-
Not sure what you're asking. All the filter configuration happens in metadata & the PHP code.
Code:application/Espo/Modules/Crm/Resources/metadata/clientDefs/Call.json application/Espo/Modules/Crm/SelectManagers/Call.php
Comment
-
-
PHP Code:
this.createView(name,viewName, { scope: 'Product', createButton: false, });
Last edited by elbowprogrammer; 02-11-2016, 03:57 PM.Comment
-
I don't know. If you mean set a filter and don't allow the user to change it, then you'll need to hack it yourselfComment
Comment