Time shows incorrectly for the hosted feature layer if a time question is added with the esriFieldTypeDate type in ArcGIS Survey123.
ArcGIS Survey123
漏洞 ID 编号
BUG-000168282
已提交
June 11, 2024
上次修改时间
August 15, 2024
适用范围
ArcGIS Survey123
找到的版本
3.19
操作系统
Windows OS
操作系统版本
N/A
状态
As Designed
经开发团队审核,已确定此行为符合设计。 有关详细信息,请参阅“其他信息”部分。
附加信息
A time question submits a string in the format hh:mm to a text field. When the bind::esri:fieldType is set to esriFieldTypeDate, this string is submitted to a date field. Since the string does not match any of the supported input formats for a date field, this XLSForm construction is not supported.
解决办法
Use a dateTime question or a time question. Time questions can also be used with a bind::esri:fieldType set to esriFieldTypeTimeOnly.