What are the Best practices for Hiding old or inactive departments in department table?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2025 11:05 AM
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2025 11:12 AM
I would recommend creating a true/false field titled Active. If you set the default value on that field to true, it should automatically apply to all of your existing records. You can then set any invalid Department as active=false. Then, anywhere you reference Department, you can add a reference qualifier to only display Departments where active=true. If you want to take this a step further, you can update the module in the filter navigator so that it has active=true as the default condition for loading the Department list.