Offline form on android mobile

  • 1 March 2022
  • 8 replies
  • 43 views

Badge +1

i have been trying to use my form offline on my android smartphone, but it didnt seem to be working.
i heard that this feature is only supported on ios devices only, is it true?

 


8 replies

Userlevel 5
Badge +20

Hi @tomk2 


 


You should be able to use your Android smartphone offline - please see the documentation here and here.
 

Badge +1

thank you for the quick response.


 when i use my form offline, it initialized correctly, but when i try to get list and show some views (and initialize them)  i get the following message:

what can i do about it? are there any other things i should do differently , when it comes to  offline mobile forms.


 


also is it possible to start a workflow that sends emails on offline mode, as soon as mobile is online again?


 


 

Userlevel 5
Badge +20

@ernie_hayter could you please assist here?

Have you had a look at this page in the help files?: Offline Availability 


 


You will see that there are a number of considerations you need to take into account when creating a form for offline usage, one of which is the need to execute any submit rules within a "batch" execution type. One thing to be aware of when using a batch execution type, is that you cannot guarantee the sequence of execution of rules e.g. you might have 2 rules, the first of which creates a parent record and returns an ID value which you use in a second rule to create one or more child records. All the rules within the batch execution type will execute at the same time, which means that you cannot guarantee that rule 1 will execute before rule 2.


 


With regards to the sending of emails question, yes the workflow should send an email message when the form come online again and starts the workflow process.


 


 

Userlevel 2
Badge +6

hi @tomk2,


 


All data must be cached/loaded before the form goes offline, it seems to me that in the screenshot you are trying to load data from the server while offline, which will not work.


 


Here are a few articles you can peruse regarding Offline Forms:


 



  1. Building SmartForms for mobile devices - https://help.nintex.com/en-US/k2five/userguide/5.5/default.htm#Create/Forms-Mobile-Apps.htm?TocPath=Create%257CSmartForms%257CBuilding%2520SmartForms%2520for%2520Mobile%2520Devices%257C_____0


    1. Application forms - https://help.nintex.com/en-US/k2five/userguide/5.5/default.htm#Create/Forms/ApplicationForms.htm

    2. Offline availability - https://help.nintex.com/en-US/k2five/userguide/5.5/default.htm#Create/Forms/OfflineAvailability.htm

    3. Control support for offline forms - https://help.nintex.com/en-US/k2five/userguide/5.5/default.htm#Create/K2Designer/Controls/SupportForOfflineForms.htm

    4. Image annotation control - https://help.nintex.com/en-US/k2five/userguide/5.5/default.htm#Create/K2Designer/Controls/ImageAnnotation/ImageAnnotationControl.htm

    5. Barcode control - https://help.nintex.com/en-US/k2five/userguide/5.5/default.htm#Create/K2Designer/Controls/Barcode/BarcodeControl.htm

    6. Theme - https://help.nintex.com/en-US/k2five/userguide/5.5/default.htm#Create/Forms/Theme.htm


  2. How to : Enable Offline availability on a form - https://help.nintex.com/en-US/k2five/userguide/5.5/default.htm#How-Tos/OfflineAvailability/Offline-Availability-Mobile-Form.htm?Highlight=offline

Badge +1

thanks for your help
do you happen to know if subformsubview are compatible with offline mode?

Is there for Android an app or something that is like Google Forms but works completely offline and allows to feed a table such as Excel (or any other excel-similar format) with simple data (words, numbers)? I didn't find any solution to this but can't believe that it doesn't exist! I would like to track my spending and therefore it would be much easier to have a form to enter the data on my Android instead of always opening an Excel or Open Office sheet on my Android.

Subforms and subviews are NOT supported in offline mode

Reply