Article Details
Id: | 21306 |
Product: | finPOWER Connect |
Type: | NEW |
Version: | 4.01.00 |
Opened: | 07/03/2024 |
Closed: | 26/03/2024 |
Released: | 29/04/2024 |
Job: | J033036 |
![]() |
Scripts; Now allows multi-part Export and Import
The Scripts form now has the following actions:
- Multi-Part Export
- Multi-Part Import
The Multi-Part Export prompts the User to select a folder. A sub-folder named "Script_[ScriptId]" is then created under this folder containing the following files:
- script.xml
- As per the normal export but without the Script Code, Template Text and various other information included
- templatetext.htm
- The Template Text
- code.vb (or code.cs)
- The Visual Basic or C# Script Code
- constants.xml
- The content of the Constants page
- parameters.xml
- The content of the Parameters page providing the Script is configured to use "Custom" Parameters
This multi-part export is useful when using external source control and comparison tools.