Article Details
Id:15514
Product:finPOWER Connect
Type:NEW
Version:3.01.07
Opened:29/08/2018
Closed:26/09/2018
Released:17/10/2018
Job: J021278

PPSR NZ Interface; Business Layer function ExecuteRegister now returns a list of Pre-Validation Errors

The Security Registry Business Layer function ExecuteRegister now returns a collection of Pre-Validation Errors, i.e. a list of errors found before sending the registration to the PPSR.

Note, this mirrors the ExecuteAmend function.

  If finBL.SecurityRegistry.ExecuteRegister(SecurityStmt,,,HasPreValidationErrors,,,ValidationErrors) Then
    ' Successfully Registered in PPSR
  ElseIf HasPreValidationErrors Then
    ' Pre-Validation Errors - check ValidationErrors for more details
  Else
    ' Failed
  End If