Add-In Parameters
You can specify any number of the following automatic parameters to be passed to the application when the command on the Add-Ins tab is run.
| Parameter | Description |
|---|---|
| %A | The currently selected Activity ID |
| %b | The currently selected code |
| %B# | Passes the name of the code file in the designated position # in the active open project |
| %C | The currently selected Calendar name (View or Open Plan Explorer) |
| %c | The currently selected calendar |
| %D | Execute the WebWindow in a docked window, with the position specified using additional
parameters: DOCKSIDE=TOP (BOTTOM, LEFT, RIGHT) DOCKLENGTH= (Length specified in pixels) |
| %E | Launch the file/link in an external Internet browser window |
| %I | Allows Internet browser to open within an Open Plan window |
| %J | Allows Open Plan to run an add-in that communicates with OP via OLE automation (typically using Javascript code invoked through the original Internet Explorer WebView model). |
| %M | Allows Open Plan to run multiple instances of the add-in concurrently
Also allows Open Plan to use the macros <USERDIR> and <SYSDIR> to shorten the path names given for the executables or documents |
| %P | The currently selected project (View or Open Plan Explorer) |
| %R | The currently selected Resource file (View or Open Plan Explorer) |
| %r | The currently selected resource |
| %S | The currently selected project in Open Plan Explorer |
| %T | When %I is used, tiles the internal browser window |
| %U | The currently logged in user’s ID |
| %V | The current view |
| %W | The encrypted password for the current user |
| %X | Maximizes either an internal or external browser window |
| %Z | Information following this parameter is passed as a web parameter |
Related Topic
Related Procedure
Parent Topic: Add-Ins Tab