Article Details
Id:12016
Product:finPOWER Connect
Type:NEW
Version:2.01.01
Opened:25/06/2014
Closed:30/06/2014
Released:31/07/2014
Job: J013519

New Account wizard; Wizard Validator script can now access the Product Type from all Pages

The New Account Wizard Validator script can now access the Product Type from all Pages.

Previously the Product Type could only be accessed via the Account.ProductType or Account.AccountType.ProductTypeId properties. However, this was either blank or invalid until after the "AccountType" page.

The current ProductTypeId is now sent through to the Wizard Validator script via the "parameters" ISKeyValueList parameter.

To find the Product Type use the following code:

ProductTypeId = parameters.GetString("ProductTypeId")