Notifications
Clear all

How can I upload a file which isn't in my menu of available Uploads?

1 Posts
1 Users
0 Reactions
12 Views
0
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?

1 Answer
0
Topic starter

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.