Article Details
Id:19532
Product:finPOWER Connect
Type:NEW
Version:4.00.00
Opened:06/09/2022
Closed:06/09/2022
Released:21/12/2022
Job: J029522

Bank Account Enquiry Report; added ServiceLogPk and BranchPk to "Send Email" and "Send SMS" Actions

Bank Account Enquiry Summary Page Reports for "illion BankStatements" and "Credit Sense 2" services have been updated to include ServiceLogPk and BranchPk in the "Send Email" and "Send SMS" Action application shortcuts.

This can help Documents to be tailored via scripting.

To use in Scripts, get the values via the eventArgs parameter in the "GenerateMessage" event, e.g.,

ServiceLogPk = eventArgs.GetInteger("ServiceLogPk")
BranchPk = eventArgs.GetInteger("ServiceLogBranchPk")

The following built in Summary Page scripts have been updated:

  • SummaryPage2_BankAccountEnquiryReport_BankStatements
    • Version: 2.23 (21/09/2022)
  • SummaryPage2_BankAccountEnquiryReport_CreditSense2
    • Version: 1.04 (21/09/2022)

The following HTML Widget has been updated:

  • HtmlWidget_DocumentCreate
    • Version: 1.07 (13/10/2022)