Yesterday, I shared a quick tip on how to apply a ViewCriteria in your ADF Controller project. ( www.cedricleruth.com/how-to-apply-a-viewcriteria-programmatically-in-adf/ )
And if you’re using this snippet, you may also need to remove this ViewCriteria from the ViewObject programmatically.
A typical use case is a toggle button on top of an ADF table to only display specific data on demand.
Here is how to do so :