-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AppBridge OpenWindow Custom Tab #1484
Comments
The main difference here would be how you obtain an instance of the appBridge object. You can now construct an instance of it directly by providing an identifier for the current app.
|
Thank you for taking the time to respond. I assume that this functionality is cluster dependent. It used to work like that for us in the past. Now, in our instance, we need to have custom type, specify tab name in the passthrough, and have the redirect URI in the data key. We got this to work via trial and error and observing how it is done in ATS, but it is not documented anywhere that I can find. |
Hello, thanks for the feedback, we will find a place to document the current behavior so that you have a better reference next time. We do not plan on updating this back to previous functionality at this time. |
@michael-amaya-bh is there any existing documentation on open or openList? I'm trying to understand the requirements to open a tab or list, and can't seem to locate any written documentation. The example that @davidkbh outlined above, didn't get me far, so I've also resorted to observing internal calls to understand how the ATS is handling similar functionality. |
Hi everyone, I am not sure if the issue is finally - really - a regression or not? Nor if some documentation has been written since @michael-amaya-bh 's message. I am trying to open a custom tab too (on a e.g. trying to open a custom tab "privacy" (Privacy):
|
At one point we were able to open up a record to a custom tab like below:
That has not worked for a while now, and wondering if we can get that feature back, or if there is a different way to open up a record to a custom tab.
Thank you!
The text was updated successfully, but these errors were encountered: