Article Details
Id:18965
Product:finPOWER Connect
Type:NEW
Version:3.04.04
Opened:08/02/2022
Closed:10/02/2022
Released:09/06/2022
Job: J028256

Scripts; highlight where "finBL.DebugLaunch" function used

The "finBL.DebugLaunch" function can be used to launch a debugger to debug code as finPOWER Connect is running.

This is dangerous in a Production Environment, so additional reporting has been added to highlight where the function is used. You should remove or comment out finBL.DebugLaunch() statements in code.

When you click the "Build Script" button below script code the resulting list of errors and warnings will now include a warning "'DebugLaunch' function found. This function should not be used in a Production Environment." if this function is found.

This applies in the following areas:

  • Account Application Type
  • Decision Card
  • Document
  • Page Set
  • Portal
  • Queue
  • Report Template
  • Script
  • Workflow Type

It will also be reflected in the Script Compilation Errors Report.

In addition when exporting a Script or Document, the script code is compiled and a warning given if any errors or warnings are found before the Script or Document is exported.