Survey123 for ArcGIS truncates and adds commas to integer values saved in Outbox if the integer is longer than seven digits.
上次发布: July 4, 2019ArcGIS Survey123
漏洞 ID 编号
BUG-000123393
已提交
June 28, 2019
上次修改时间
June 5, 2024
适用范围
ArcGIS Survey123
找到的版本
3.3
操作系统
Windows OS
操作系统版本
10.0 64 Bit
修正版本
3.5
状态
Fixed
此漏洞已得到修复。 有关详细信息,请参阅“版本修复”和“其他信息”(如果适用)。
解决办法
Use the bind::esri:fieldLength section in the XML to extend the length of Integer. This seems to fix the issue, but a GeoNet post suggests that this workaround causes issue if the data is stored in a database.
For users who have submitted integers with the exact same length, use Input Mask.
Change the Integer field to Text if the user does not perform any calculations.