Esri / data-collection-ios

Mobile data collection app using the iOS Runtime SDK.
https://developers.arcgis.com/
Apache License 2.0
25 stars 26 forks source link

Question (from John Foster): Saving a new record with empty data doesn't offer any validation. #44

Closed esreli closed 6 years ago

esreli commented 6 years ago

John: "Also, Done without any data seems to save something with no error feedback, maybe check the sheet for valid data?"

esreli commented 6 years ago

This is actually as designed. The validation is handled by the SDK (AGSPopupManager) and it would offer an error if the any of the fields were specified nullable: false.