Article Details
Id:16573
Product:finPOWER Connect
Type:NEW
Version:3.02.04
Opened:18/12/2019
Closed:18/12/2019
Released:11/02/2020
Job: J023467

Credit Enquiry; default of Drivers Licence/ Passport information updated

When doing a Credit Enquiry for an individual, the Drivers Licence and Passport information is defaulted from the Client selected.

The logic behind this has been updated so the country of the Drivers Licence and/ or Passport is taken into account. For example, this means an Australian Drivers Licence won't be defaulted for a New Zealand based Credit Enquiry.

To support this, functionality in the finBL.ClientIdentificationItems object have changed, which you should be aware of if using in scripts:

  • Obsoleted; can still be used, but you should migrate to the new functions when possible.
    • GetDriversLicence
    • GetMedicareCard
    • GetPassport
  • New
    • GetDriversLicence2
    • GetMedicareCard2
    • GetPassport2

The new functions have these benefits:

  • CountryCode can be specified
    • Indicates the Country to find Identification information for.
    • If blank, will return based upon the Identification Type defined under Global Settings. This is how the old functions always worked.
  • Return True if Identification information was found, False if not found.
    • The old functions always return True.