Article Details
Id:12937
Product:finPOWER Connect
Type:NEW
Version:2.03.00
Opened:28/05/2015
Closed:24/06/2015
Released:09/07/2015
Job: J015570
Breaking Change

Credit Bureau; ExecuteCreditEnquiryPost Script event changes

The Credit Enquiry "ExecuteCreditEnquiryPost" Script event now takes the following parameters for consistency with the new "ExecuteCreditEnquiryUpdatePost" Script event:

  • source
    • This is now the primary key of the Service Log that records the request. Previously this was the Credit Enquiry Request (an ISCreditEnquiryRequest type object)
  • contextData1
    • This is now the request (an ISCreditEnquiryRequest type object). Previously this was the Service Id (which could be obtained from the request and was therefore redundant anyway)
  • contextData2
    • This is the response (an ISCreditEnquiryResponse type object) and therefore remains unchanged

NOTE: The template Script code has been updated to reflect these changes.