To enable the answer type 'Geolocation' you have to add the element to your datamodel on the same place as the the other answer types:
Please note that the element needs to have the following ID: 0adf5a8f-e4af-e611-80da-000af764f30b .
This can be achieved by creating the element through an import or you can ask a neanex consultant do the implementation for you.
This option is configured in 'MyChecks' report
If you use dummy elements to fill the first screens of the app, you can skip those screens by adding a derived field called 'autoSelect' with a value of 1. The derived field has to be added for each level you want to skip.
The title of the screen that is shown first can be altered. You can do this by adding a derived field 'displayName' in the last querynode that needs to be skipped. The value of the derived field is your preferred title for the screen.
This option allows the user to choose a name for the registration form. A search bar appears in the observations screen of the app where you can search for specific observations.
The parameter needs to be added to the following web service reports:
ibcAppFindingTypes: add a derived field 'EditObservationName' with a value of 1 to the querynode 'FindingType'
ibcAppFindingObservations: report the name of the observation as 'ObservationName'
ibcAppMyChecks: add a derived field 'EditObservationName' with a value of 1 to the querynode 'Method'
ibcAppObservations: report the name of the observation as 'ObservationName'
For importing the observation name, add a source field 'Observation_Name' to the import web service 'ibcAppCreateObservation '
Parent topic: Mobile Apps