Article Details
Id:17298
Product:finPOWER Connect
Type:FIX
Version:3.03.03
Opened:14/08/2020
Closed:17/08/2020
Released:01/10/2020
Job: J024847

Client Key Details Summary Page; updated to optionally include invalid Phone Numbers and Emails in Summary block

The Client Key Details Summary Page, "Summary" block shows the current Phone Numbers for the Client. Note, for an individual the Home, Work and Mobile are shown.

The Phone Numbers do not include invalid Phone Numbers, e.g. if the phone number is only 2 digits long it would not be shown here.

A change has been made so the Summary Page can show invalid Phone Numbers and also invalid Email Addresses if desired. If invalid, a message noting why the Phone Number or Email Address is invalid is shown.

The following standard Summary Page blocks have been updated:

  • Client_Summary
    • No change, but is superseded by Client_Summary2
  • Client_Summary2
    • New Standard Block
    • Version 1.00, Last updated 17/08/2020

The following built-in Summary Pages have been updated:

  • SummaryPage2_Client_KeyDetails
    • Version: 2.12 (17/08/2020)
    • New Constant "IncludeInvalidContactMethods" defines whether invalid Phone Number and Emails are shown.

Note, in addition and to support these changes, the following Business Layer functions have been amended:

  • finClient.ContactMethods.GetCurrentEmail
    • New includeInvalidEmailAddresses parameter
      • Indicates whether to include invalid Email Addresses
      • Default=True to maintain backwards compatibility
  • finClient.ContactMethods.GetCurrentPhone
    • New includeInvalidPhoneNumbers parameter
    • Indicates whether to include invalid Phone Numbers
    • Default=False to maintain backwards compatibility