Is it possible to have a view execute the default search when a user selects it in an application? The code I've written is below. The view works, but I have to select the search button. I want the view to execute when selected from the application menu. How to accomplish that? Thanks.
<?xml version="1.0" encoding="utf-8"?>
autoRun="true"
Got it. Thanks