Article Details
Id:14729
Product:finPOWER Connect
Type:FIX
Version:3.00.07
Opened:13/07/2017
Closed:25/07/2017
Released:18/08/2017
Job: J019311

New Account wizard; Wizard Validator script enhanced

The wizard validator script for the New Account wizard now passes across the Hold as Quote and Print Contract values in the parameters.

Sample code is shown below:

HoldAsQuote = parameters.GetString("HoldAsQuote")
PrintContract = parameters.GetString("PrintContract"))

These parameters would typically be used in the "PageValidate" event for the "OpenAccount" page.