Article Details
Id: | 13393 |
Product: | finPOWER Connect |
Type: | NEW |
Version: | 2.03.04 |
Opened: | 06/11/2015 |
Closed: | 06/11/2015 |
Released: | 03/02/2016 |
Job: | J016509 |
![]() |
|
![]() |
Workflows; Business layer object for Account, Client and Account Application Workflows now inherit from base objects
The following objects now inherit from finWorkflowRO:
- finAccountWorkflow
- finAccountAppWorkflow
- finClientWorkflow
Also, the following collections now inherit from finWorkflows:
- finAccountWorkflows
- finAccountAppWorkflows
- finClientWorkflows
Various methods on these collections now return a finWorkflowRO object instead of the object-related item such as finAccountWorkflow.
However, since the objects in the collection are object-related, e.g., finAccountWorkflow, existing code should work as expected.
This does however mean than any of these collections can be iterated using a finWorkflowRO object and therefore the collections can use the same underlying code.