Skip to content Skip to footer

How can we do the things with the App’s manifest

  • How to change the app from a normal to a QR scanning app?

Ans: Add the scanning key into the app manifest. The scanning key is as below:

Please refer to the following syntax:

“formSelection”:

{

        “type”:“QRScanning”,

         “level”:”App”

}

  • What is the user key to add to the app manifest? What is the use of it?

Ans

Please refer to the following syntax:

{

“user_email_field_id”:”Email”,

“user_form_id”:96616

}

To get the creator of the specific data submission we need to add a user key in the app.

  • To enable the adhoc for account use the following steps.

Ans

  1. Get the account ID from the networks
  2. Go to the accounts from the admin panel
  3. Open any of the accounts and replace the account number with your account’s number
  4. Search for the is data accessible option
  5. Check that option
  6. Click on save or save and continue edit.
  • To protect data from deletion on each clear data & app publish activity we can use the following key in the manifest:

Ans:

Example:

{

master_lists:

[

123654,

432345

]

}

Note: In the above example 123654, 432345 are nothing but the form ID. If you have added any form in the master_lists and you made some changes in that form and then save it. In this process you will lose the data also data will get lost on the workflow save activity.

  • How to hide forms from mobile devices

Ans

For this, you can use the hidden_forms key. 

The syntax is as follows:

Example:

{

hidden_forms:[

1234,

4567,

8902

]

}

Note:

In the above example 1234, 4567, 8902 are nothing but the form ID

  • How to make the calendar tab visible on the phone

Ans:

Possible values for this key are: true and false

Please refer to the following syntax:

{

“show_calendar”:true

}

  • How to change the default sequence of the forms in “All data export”

Ans:

You can define the sequence of all forms in  “All data export” by using the following key, all forms will be in the given sequence.

Example:

{

“all_report_form_sequence”:[1234, 4567, 6789]

}

Note:

In the above example 1234, 4567, 6789 are nothing but the form ID

  • How to exclude the media file from the “All data export”

Ans:

You can exclude the media file from the “All data export” by using the following key: Possible values for this key are: true and false

Please refer to the following syntax:

{

“exclude_media_in_export”:true

}

Was This Article Helpful?

0
0 Comments

There are no comments yet

Leave a comment

Your email address will not be published. Required fields are marked *

Close Bitnami banner
Bitnami