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'?
Announcement
Collapse
No announcement yet.
CustomFilter In Scope?
Collapse
X
-
PHP Code:
this.createView(name,viewName, { scope: 'Product', createButton: false, });
Last edited by elbowprogrammer; 02-11-2016, 03:57 PM.
Comment
Comment