Article Details
Id:17981
Product:finPOWER Connect
Type:NEW
Version:3.04.00
Opened:26/03/2021
Closed:29/03/2021
Released:30/06/2021
Job: J026236

Portals; Business layer functionality added to execute a Data Adaptor Script Event

The following business layer methods have been added to allow Portal Script code to more easily execute events in the Data Adaptor Script:

  • finPortalHandler.ExecuteDataAdaptorEvent
  • finPortalHandlerBL.ExecuteDataAdaptorEvent

If the supplied parameters do not contain a ClientId entry (for Client-based Portals) then the following parameters will be automatically added so they are available to the Data Adaptor Script:

  • Client (finClient object)
  • ClientId (String)

If the supplied parameters do not contain a UserId entry (for Userbased Portals) then the following parameters will be automatically added so they are available to the Data Adaptor Script:

  • User (finUserRO object)
  • UserId (String)