I want to remove the default Planned, Held, Today's filters from this custom module? How can i achieve this?
How can i delete the default filters in a module
Collapse
X
-
How can i delete the default filters in a module
I want to remove the default Planned, Held, Today's filters from this custom module? How can i achieve this?Last edited by Ashif Malayil; 03-18-2025, 06:02 AM.Tags: None -
-
emillod, I have changed { "name": "held", "style": "success" }, to { "name": "Completed", "style": "success" },
Path: /application/Espo/Modules/Crm/Resources/metadata/clientDefs/Meeting.json
But I am getting a error, Error 400: Bad request No primary filter 'Completed' for 'Meeting'. Also Clear cache and Rebuild done.
This Completed status i have in entityDefs Status field options. Then why i am getting this error? Can you please help me to figure out this?Last edited by Ashif Malayil; 03-19-2025, 06:07 AM.Comment
Comment