Hide records with state as 'closed' or 'canceled'
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2024 04:35 AM
I want to hide those rows in the incident table, which have the state as 'closed' or 'canceled.
When i open the incident table, it should not display any tasks which are in 'closed' or 'canceled' state.
i dont want to use filter. I want to use script for this.
What should i do?
5 REPLIES 5

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2024 08:18 AM
Hi @AshutoshJ,
Just to add on to what @Mark Manders suggested, you can consider creating a new module [sys_app_module] for the Incident table where you can specify the filter for excluding 'closed' or 'canceled' incidents. That way, your users could use that module for easy access.