How to navigate URL with details in new bowser tab | Community
Skip to main content

How to navigate URL with details in new bowser tab

  • May 21, 2024
  • 1 reply
  • 0 views

Hi Team, 
We need assist using below information, we try to open/ route URL in new browser tab but its unable to happen.
Scenario: 
1. At this location, I just have one application: the Ticket Editor app.
2. On a button click, the application should navigate to the location in the nav bar.
3. However, I must have this navigation in a new tab in my browser.

Code:
const client = ZAFClient.init();
client.invoke(

      "routeTo",

      `nav_bar`,

 `${APP_NAME}/${email}/${ticketId}`

    );

1 reply

  • June 18, 2024
Hi Pavan!
 
You're going to want to include the navbar location to your app manifest file. This should give you access to navigating to locations outside of the ticket's scope.