Coder Social home page Coder Social logo

Comments (4)

davidkbh avatar davidkbh commented on June 30, 2024

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.
appBridge = new AppBridge('myApplication');
It's recommended you leave this instance available for future calls. From there, you can make open() calls directly. The only time this did not work for me was when the target tab name did not exist, so you may have to experiment to make sure "Custom Tab" is correct.

appBridge.open({
        type: 'record',
        entityType: EntityTypes.ClientCorporation,
        entityId: userId,
        tab: 'Custom Tab',
        passthrough: 'viewID=1234',
});

from novo-elements.

rnitu avatar rnitu commented on June 30, 2024

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.

from novo-elements.

michael-amaya-bh avatar michael-amaya-bh commented on June 30, 2024

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.

from novo-elements.

platypusjones avatar platypusjones commented on June 30, 2024

@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.

from novo-elements.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.