I am trying to call one of the saved search in D2 using external widget upon click of a button
Action : D2_ACTION_ADVANCED_SEARCH
parameters : oam_id : 'id of the saved search'
While executing the behaviour it is launching the OOTB Advanced Search Dialog rather than my instance search.
I have tried the option of calling the action 'D2_ACTION_EXECUTE_MANAGER' by passing the suitable parameters also still it is behaving the same.
Is it a known limitation?