I have a multisearch page, when I select a Contact from Multi Search Hosted Control, the contact will open in New Tab.
Now, based on a Bool value on that record,
If it is No, I want to close the Opened Hosted Control, before displaying the data in that tab to agent and have to Open a Notification Popup.
If the bool value is yes, then I can open that record in the new Hosted Control.
If I attach this Action call in BrowserDocumentComplete, then Agent can see the data for a while.
Can you please help me where to attach this action call (to close the hosted control based on data) before agent can see the data?