Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Bug with isc.FormulaBuilder.mappingKeyForIndex()

    Hi there, we have a large number of fields available on a grid and this has exposed a bug with your isc.FormulaBuilder.mappingKeyForIndex() method.

    isc.FormulaBuilder.mappingKeyForIndex(675) = "YZ"

    The next value in a loop that creates mapping keys should be "ZA". However,
    isc.FormulaBuilder.mappingKeyForIndex(676) = "A"

    The pattern corrects itself once you get to isc.FormulaBuilder.mappingKeyForIndex(702) = "AAA". So, there is a problem with the method not outputting "ZA" to "ZZ" correctly. You can recreate this in any smartclient environment.

    #2
    This should be fixed back to SC 10.1p in today's nightly builds, dated 2019-07-03.

    Comment

    Working...
    X