Article Details
Id:19459
Product:finPOWER Connect
Type:FIX
Version:4.00.00
Opened:16/08/2022
Closed:16/08/2022
Released:21/12/2022
Job: J029381

ISKeyValueList; the same User Defined Index could be saved twice

The same User Defined Index could be defined twice in an ISKeyValueList when created or updated via a script.

The following functions in ISKeyValueList now remove an existing User Defined Index before assigning it - meaning a duplicate is not created:

  • Add
    • Note, it is strongly suggested you use Set functions instead of Add
  • SetBoolean
  • SetCurrency
  • SetDate
  • SetDateRange
  • SetDecimal
  • SetDouble
  • SetInteger
  • SetKeyValueList
  • SetLong
  • SetNumberRange
  • SetPercent
  • SetString
  • SetValue