Add catalog variable in the requested item list view
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Hi! I found this in the community PSA: How to View Variables in Lists which answered my question in adding a catalog variable as one of the columns in the requested item list. I tested it in the PDI using the Self Service view.
I have another question for this. Is it possible that when opening the view, there's already a predefined filter?
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago
Hi @Momiji -
Indeed, it is entirely feasible to have a predefined filter automatically apply when opening a specific list layout. However, the platform manages list filters and list views as distinct configurations.
While a View specifies which columns are visible, the Filter is typically driven by the Module (the navigation link clicked in the sidebar) or a User Preference.
Here are the steps for predefining the Filter via Navigation Modules
- If users access this view by clicking a link in the application navigator, you can configure that specific link to open both the exact view and apply default conditions.
- Locate the Module: Elevate your role to admin, navigate to System Definition > Modules, and open the module record that users click to access this list.
- Under the Link Type tab, ensure the Link type field is set to List of Records.
- In the View name field, type the exact name of your view (e.g., self_service).
- Build the Default Filter: Utilize the Filter condition builder directly on the module form to incorporate your predefined filter logic
- Click Update. Subsequently, clicking that specific navigation link will automatically enforce both your column layout and the filter.
Please mark the solution as Accepted if the above information helped you resolve your issue.