GoFiler Legato Script Reference
Legato v 1.5b Application v 5.24b
|
Table of Contents | < < Previous | Next >> |
Chapter Seventeen — Application Integration Functions
One of the main features of Legato is that it is integrated into the application. Integration can be performed on a number of levels from hooks at various operation points to adding functionality through new menu/ribbon functions.
This chapter covers the menu integration features and hooks.
While scripts can be run from any folder that the application can access, most product installations come with a ‘Script’ folder. This is a good place to add custom scripts for network level deployment. That folder will, by default, contain a number of files that should not be directly modified. Since these files may be replaced during the application update process, if a developer desires to modify them, they must be manually protected and replaced during each update cycle. Further, vendor level updates to these files must then be integrated by the script developer.
Of issue when working with a hook is recovering runtime script error information. By adding a folder, “LegatoLogs”, within the application data folder for the user (normally at the location “%appdata%\Novaworks”), Legato will automatically write an XML log file using the current tick count and the extension “.log”. The file is transitory since a message is posted to immediately display and the file deleted. If the folder is not present, the log is essentially lost on each execution.
Table of Contents | < < Previous | Next >> |
© 2012-2024 Novaworks, LLC. All rights reserved worldwide. Unauthorized use, duplication or transmission prohibited by law. Portions of the software are protected by US Patents 10,095,672, 10,706,221 and 11,210,456. GoFiler™ and Legato™ are trademarks of Novaworks, LLC. EDGAR® is a federally registered trademark of the U.S. Securities and Exchange Commission. Novaworks is not affiliated with or approved by the U.S. Securities and Exchange Commission. All other trademarks are property of their respective owners. Use of the features specified in this language are subject to terms, conditions and limitations of the Software License Agreement.