Article Details
| Id: | 16508 |
| Product: | finPOWER Connect |
| Type: | NEW |
| Version: | 3.02.03 |
| Opened: | 07/11/2019 |
| Closed: | 07/11/2019 |
| Released: | 22/11/2019 |
| Job: | J023264 |
Portals; Portal Handler now has built-in functions to create finAccount, finAccountApp objects for Client authenticated Portals
The following two functions have been added to the finPortalHandler Class:
- GetClientAccount
- GetClientAccountFromApplication
These functions will validate the Account Id / Account App Id and ensure they belong to the currently logged in Client. If validated successfully, the finAccount and / or finAccountApp objects will be returned.
In the case of Account Applications, a finAccountApp and finAccount object will be returned; the finAccount object being the result of creating a temporary Account from the Account Application.
NOTE: These functions can only be used for Client authenticated Portals.