KI (All) - Stock Items - Weird search behaviour if using strings of numbers containing an E. ("31E2000")
Issue
When an Itemcode can be interpreted as a number, sometimes the stock search will behave erratically due to issues handling thes tring.
Replication
Add an Extra Search Field for a Numeric column (EG: Avecost)
Search for a value like "20"
Search for a value like "31E20"
Search for a value like "31E2000"
Error return, invalid value "inf" when searching for the last one, as Delphi tracks the value as Infinite.
Workaround
Check your extra search field definitions, and make sure you aren't searching against a numeric column.
Resolution
Attached to Problem ticket EXB-6202 for resolution in a future release.