The offline map areas do not honor the date filter after syncing with ArcGIS Field Maps.
ArcGIS Field Maps
漏洞 ID 编号
BUG-000165575
已提交
March 2, 2024
上次修改时间
September 26, 2025
适用范围
ArcGIS Field Maps
找到的版本
24.1.0
操作系统
Android
操作系统版本
12.x
状态
As Designed
经开发团队审核,已确定此行为符合设计。 有关详细信息,请参阅“其他信息”部分。
附加信息
This is expected based on the default sync behavior when working with map filters. In general, the sync process only synchronizes features not filtered. For example, shown in the map display.
Refer to the Workaround section for details on how to modify the map service to alter the sync process to account for filtered features.
解决办法
Note 1: This approach does require the user to modify the feature services using the Server Admin page. This is a per-feature service change. Ensure all local edits have been synchronized from all field devices prior to following this workflow. Also, this workflow ultimately requires the field users to re-download their offline map areas after these changes are made.
Note 2: Depending on the size and amount of syncs taking place, you may experience slower sync performance for the given feature service. This is expected with this change.
Note 3: It is recommended to try this workflow first using a test service to ensure the desired results.
Access the Server Admin page, https://server.domain.com/webadaptor/admin.
Go to Services > [service name].
Choose Edit at the bottom.
In the JavaScript object notation (JSON), scroll to the block near the bottom that says typeName: FeatureServer.
Add "syncRowsMovedOutsideFilter" : "true" under Properties.
Choose Save Edits.
Create the offline map area in Field Maps. Once the feature is then hidden via the Map Viewer to be outside of the filter and the sync is performed in the offline map area in Field Maps, the change should be applied.