Article Details
Id:13091
Product:finPOWER Connect
Type:NEW
Version:2.03.01
Opened:13/07/2015
Closed:14/07/2015
Released:07/08/2015
Job: J015905

Business Layer; added finBL.DebugPrintFormat method to make scripting easier

A new method DebugPrintFormat has been added to the finPOWER Connect Business Layer. This makes it easier for scripts to use.

The current code:

finBL.DebugPrint(String.Format("The current database is '{0}'.", finBL.DatabaseName)

can be rewritten as

finBL.DebugPrintFormat("The current database is '{0}'.", finBL.DatabaseName)