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

finQueueRO.Constants Property now available

To previously retrieve a Queue's Constants from its read only object (i.e., finQueueRO), 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 Queue's Constants.

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