Article Details
Id:17018
Product:finPOWER Connect
Type:NEW
Version:3.03.02
Opened:05/05/2020
Closed:29/05/2020
Released:02/07/2020
Job: J024198

Update Requests; Added helper functions to Approve / Decline Update Request

The following helper functions have been added to quickly Approve or Decline Update Requests:

  • finBL.UpdateRequestUtilities.ApproveDeclineAccountUpdateRequest(approve, accountLogPk, index)
  • finBL.UpdateRequestUtilities.ApproveDeclineClientUpdateRequest(approve, clientLogPk, index)

Index, the last parameter, is an optional parameter which if supplied will only action a single item in an Update Request Log. Otherwise, this parameter can be omitted (or -1 passed in) and all Update Request items in the Log will be actioned.