|
|
|
BlueCielo Meridian Enterprise 2012 Configuration Guide | BlueCielo ECM Solutions |
All other Meridian application links besides the type described in this topic link to Meridian from the other application. There is another type of application link possible in Meridian, from Meridian to external applications. This type of link can be useful for Starting applications for many different purposes:
You link to these external applications by adding an item to the Tools menu in the Meridian client applications. The definition of the menu item specifies a command line to run and up to nine command-line arguments that specify property values of the selected object. You can create up to 63 external application links in this way.
To create an external application link:
Tip To export the settings file to your computer, click the Export button. This can be useful if you would rather edit the file in your favorite text editor. You can then copy your changes to the Clipboard and paste them into Configurator.
$1=CommonPropertySet._DISPLAYNAME
Tip You can find the names of property sets and properties on the Properties page of each document type, as described in Creating and editing document types.
Tip To redefine a placeholder with a different property value for a different menu item, repeat the placeholder declaration with the new property value before specifying the menu item command line.
When a user selects the menu item from the Tools menu, Meridian substitutes the property values for the selected object (folder or document) for the placeholders in the command line and sends the command line to Windows for execution.
Tip You can type lines with the special word DEBUG in the [ToolsMenu] section to test placeholders and confirm property values. The word DEBUG instructs Meridian to display the results of the remainder of the line in a message box. For example, the following command line will display the message box in the following figure:
DEBUG notepad.exe $1 = Open in Notepad
When you are satisfied with the syntax of the line, remove the word DEBUG to make the link fully functional.
Tip The DEBUG instruction supports the text formatting options described in the BlueCielo Meridian Enterprise VBScript API Reference.
Note The special placeholder $VAULTPATH represents the path to the current vault and can be used to call custom external applications to open the vault, such as to access and export data. The placeholders $ID and $PATH can be used to pass the selected document’s file system ID and file system path, respectively if the application needs to change the file even though it is not under change in Meridian.
Copyright © 2000-2012 BlueCielo ECM Solutions |