2025-08-18 16:46:36
Topic starter
I want to upload an inbound interface file. But my current user doesn't have a menu item for it. Is there any way for me to do it?
Open your chrome dev tools and go to the Console and type something like this, providing your interface name & version:
Desktop.openPanelInNewTab('One.ext.misc.UploadPanel', {interfaceName: 'PLT.User_IB', interfaceVersion: '1.0'}, 'Test')
You will be able to upload using that format. The current user's role will still be used from a permissions perspective as far as executing the interface itself.