Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X
1. Can we display a state column in the Find Affected Objects window?
or
2. Can we add a filter and filter by state?
or
3. Can we use baseWhereClause="(state.state='PRODUCTION')" in jsp file and customize, so that only production state objects are returned?
Hi @RG_10753677
Add the state to the view in a view customization
the state is already there so you need to just show it
PetrH
Thank you so much, this works for my use-case temporarily.
Long-term, I am looking for way to restrict users from selecting non-prod state affected objects, or WC to return only prod-state objects, that way users can click on 'Select all' checkbox in the results table header, instead of grouping/sorting the results by state and selecting each object manually,