Using the IDE
Learn about all of the functions of Fusion's integrated IDE to quickly develop and test code snippets for enterprise integration with your existing home grown or 3rd party applications.
Main IDE screen:
The below screen and table describe the various elements and functions of the main IDE screen:

Lifecycle event hook IDE
IDE Element | Name | Description |
---|---|---|
1 | Settings menu | Displays the IDE settings for this function. Here you can manage dependancies from the NPM registry (https://www.npmjs.com) |
2 | Hook Name | Displays the name of the current event hook that you are working with |
3 | Try Out | This triggers the event hook to execute as if it was being triggered during the actual event. You can use this for testing purposes to ensure that your code snippet is working correctly |
4 | Debug Mode | Toggling Debug Mode allows you to use the Try Out feature. You can see log output, in real time, from the event hook as it executes |
5 | Toggle Screen Size | Toggles the IDE view between windowed to full screen |
6 | Debug Logs | When Debug Mode is enabled, log output from the event hook is visible in the Debug Logs window |
7 | Response | Shows the results of the call after using the try out feature |
Updated 15 days ago