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}`
);
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.