Article Details
Id:11334
Product:finPOWER Connect
Type:NEW
Version:2.00.00
Opened:27/08/2013
Closed:27/08/2013
Released:04/10/2013
Job: J012085
Breaking Change

Credit Enquiry; Response Elements removed

The Response Elements collection has been removed from Credit Enquiries.

This means the "Summary" tab on Credit Enquiry Logs no longer exists.

In the Business layer the ISCreditEnquiryResponse.ResponseElements collection no longer exists.

Note, instead of using the ResponseElements collection to get information regarding the Credit Enquiry you should use the actual ISCreditEnquiryResponse object and cast to the relevant type to get full details of the Credit Enquiry. The example code below shows how to accomplish this:

Dim CreditEnquiryResponse_CentrixNZ_Individual As ISCreditEnquiryResponse_CentrixNZ_Individual

CreditEnquiryResponse_CentrixNZ_Individual = DirectCast(CreditEnquiryResponse, ISCreditEnquiryResponse_CentrixNZ_Individual)

' Use the properties and collections off the CreditEnquiryResponse_CentrixNZ_Individual object, eg CreditEnquiryResponse_CentrixNZ_Individual.Defaults(1).DateOfDefault.