Message 1 of 1
Pass path to ULP to the Electron::RunULP command so the user doesn't have to select the correct ULP?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm working on a set of ULPs for automating several pieces of our internal workflow and I wanted to make these available from a toolbar to simplify the process and training for onboarding new employees.
The API for add-ins has access to the Electron::RunULP command, but it doesn't seem to be possible to pass a path to the ULP to execute. The command always open the the ULP Selection interface. Is there some method to accomplish what I'm after? (executing a specific ULP when the user clicks on a button created by an add-in)?