Article Details
| Id: | 20360 |
| Product: | finPOWER Connect |
| Type: | FIX |
| Version: | 4.00.02 |
| Opened: | 21/06/2023 |
| Closed: | 21/06/2023 |
| Released: | 27/06/2023 |
| Job: | J031378 |
Task Manager 2; "Task Manager 2 Folder" Script's "GetFolderCount" event overflows stack if calling taskManager.GetFolderCount
If a "Task Manager 2 Folder" Script handles the "GetFolderCount" event and then, itself, attempted to call the taskManager.GetFolderCount() method, a stack overflow would occur, and the system would shut down.
This has been resolved since it might be quite valid to want to generate the taskManagerFolder.SqlWhere statement on-the-fly and then get a folder count based on this dynamically created clause.