...
Note |
---|
If for some reason FIXEdge can't complete this operation, FIXICC H2 displays an error form. If the operation can't be finished, the business rules configuration won't be updated on the FIXEdge side. |
Scripts
Overview
FIXICC H2 allows managing and editing server scripts via UI. After editing, the changes will be applied to the business layer configuration in run time.
To view server scripts:
- Click Configurations > Servers > Show all servers (left menu bar)
- Select a server in the Servers table view
- Click Configurations > View Scripts in the Object view
- Script table view is opened in a new tab
Figure. View server scripts
Script table view
Overview
The script table view contains:
- A filtering pane
- An action pane
- A list of scripts in the table
Figure. Script table view
Filtering pane
The filtering pane allows filtering the list of scripts by:
- Name
- Description
- Category (General, Routing, Transformation, Enrichment, Storage, Multi-purpose, Util)
- Language (JavaScript, XSLT)
- Status (Enabled, Disabled)
Expand | ||||||
---|---|---|---|---|---|---|
| ||||||
|
As well you can use the Extended Filter
Expand | ||||||
---|---|---|---|---|---|---|
| ||||||
|
Action pane
- Create - Allows creating a new script or loading an existing script from a file
- Clone - Opens a copy of the selected script for editing in a new tab
- Edit - Opens the selected script for editing in a new tab
- Remove - Removes the selected script
Script details view
The script details view contains the following script details:
- Name
- Language (JavaScript, XSLT)
- Category (General, Routing, Transformation, Enrichment, Storage, Multi-purpose, Util)
- Status (Enabled, Disabled)
- Script body
Figure. Script details
The options in the script details view include:
- View in tab - Opens the script details in a new tab
- Edit - Opens the script for editing in a new tab
- Disable/Enable - Disables/enables the script. (details)
- Additional menu - Allows removing the script
Creating a script
To create a new script:
- Click Create in the Script table view
- Click Create new JavaScript or Create new XSLT
Figure. Create dropdown (Create script)
Uploading a script
To upload an existing script from a file:
- Click Load in the Script table view
- Click Load JavaScript file or Load JavaScript file
- Figure. Create dropdown (Upload script)