Article Details
Id:19016
Product:finPOWER Connect
Type:NEW
Version:3.04.04
Opened:18/02/2022
Closed:21/02/2022
Released:09/06/2022
Job: J028314

finDocumentRO.Constants Property now available

To previously retrieve a Document's Constants from its read only object (i.e., finDocumentRO), the Function "CreateConstantsKeyValueList()" needed to be called. This wasn't efficient, as it was rebuilding the ISKeyValueList each time it was called.

This has been updated to a single "Constants" property, which behaves similar to the non-read only version. It returns an ISKeyValueListReadOnly object containing the Document's Constants.

The existing finDocumentRO.CreateConstantsKeyValueList() Function has been obsoleted and should no longer be used.