Article Details
Id:16824
Product:finPOWER Connect
Type:FIX
Version:3.03.00
Opened:16/03/2020
Closed:17/03/2020
Released:01/05/2020
Job: J023914

HTML Widgets; Account Application Sample HTML Widget; Licence Type dropdown blank

If not Using OCR, the "Licence Type" dropdown on the "Identification" page of the sample "Account Application Sample" HTML Widget is always set to "None" and there is no option to update this to anything else.

This dropdown list has been updated to always include the following options:

  • None
  • AU Drivers Licence
  • NZ Drivers Licence
  • US Drivers Licence

Note: OCR will continue to prepopulate this field if it is able, however the User may now override this if they wish.

Additionally, the following business layer functions are now available:

  • finBL.Enums.isefinIdentificationTypeSpecialType_GetList_DriversLicence(includeNoneSpecialType)
  • finBL.Enums.isefinIdentificationTypeSpecialType_GetList_Passport(includeNoneSpecialType)

These functions allow a filtered list of Identification Special Type values to be returned, optionally with the "None" option included in the list.

The following sample HTML Widget has been updated:

  • ACCAPP.HW (Account Application Sample)
    • Version: 1.04 (16/03/2020)