Article Details
Id: | 20563 |
Product: | finPOWER Connect |
Type: | NEW |
Version: | 4.00.03 |
Opened: | 21/06/2023 |
Closed: | 10/08/2023 |
Released: | 27/09/2023 |
Job: | J031373 |
finLogRO.DocumentFileNameResolved not working correctly for Security Statement Item Logs
The DocumentFileNameResolved Property on finLogRO was not resolving correctly for Security Statement Item Logs. The path returned always excluded the Security Item Pk as a folder in the Document Manager, which is required to find Documents saved against a Security Statement Item Log.
For instance, the function would return:
\...\Documents\SecurityItems\ExampleFile.jpg
Instead of:
\...\Documents\SecurityItems\123\ExampleFile.jpg
Where 123 is the example Security Statement Item Pk. The result of this is that finPOWER Connect would report the file as not existing.
This has been fixed, and now the folder includes the Pk which will resolve correctly to the Document Manager file.
Note: This was likely introduced as part of J028966.