Article Details
Id:21620
Product:finPOWER Connect
Type:FIX
Version:4.01.02
Opened:06/06/2024
Closed:19/06/2024
Released:12/09/2024
Job: J033742

Business Layer; Optional parameters added to finDocumentCreate.GetContactDetails()

The function definition for finDocumentCreate.GetContactDetails() has been updated to:

  Public Function GetContactDetails(Optional defaultContact As Boolean = True,
                                    Optional includeGuarantors As Boolean = True,
                                    Optional includeEmployees As Boolean = True,
                                    Optional includeManager As Boolean = True,
                                    Optional includeDealer As Boolean = True,
                                    Optional includeBroker As Boolean = True,
                                    Optional includeInsurer As Boolean = True,
                                    Optional includeOtherRoles As Boolean = True) As finMessagingContacts

The Optional parameters starting with 'include' have been added, allowing the programmer to define specifically what Contact Details are included in the collection returned.

Note: As per the code sample above, all Optional parameters are assumed True if not specified.