不具合 ID 番号 |
BUG-000153581 |
送信されました | November 8, 2022 |
最終更新日 | June 10, 2025 |
適用対象 | ArcGIS Survey123 |
見つかったバージョン | 3.16 |
オペレーティング システム | Apple iOS |
オペレーティング システムのバージョン | 15.x |
修正されたバージョン | Planned Release Date: Q1 2023 |
ステータス | Fixed
この不具合は修正されました。 詳細については、「バージョンの修正内容」および「参考情報」(該当する場合) をご参照ください。
|
対処法
There are two workarounds:
- Turning off the read-only rule allows the user to go back to the draft and manually place the geopoint.
- Use an expression to make the geopoint question read-only anywhere except for the draft folder. In order to do this, use pulldata("@property", 'status') to calculate the current status of the survey (which returns draft, submitted, sent, or inbox if the survey was opened from Drafts, Outbox, Sent, or Inbox, respectively. An empty string is returned if the response is new.) with calculationMode=always in bind::esri:parameters column and use it as an expression to determine when the geopoint question should be read-only (for example ${surveystatus}!='draft').
再現の手順