Skip to content Skip to footer

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

  • If you are facing any issue while submitting the form you are not getting the confirmation popup where you must get the options i.e. Submit, Save as draft, Cancel then you can use the following key to setup the form “Confirmation pop-up”

Ans:

Possible values for this key are: true and false.

Please refer to the following syntax:

{

“ask_confirmation”: true

}

  • To enable adhoc for a specific form, which shows the asset Form object list use the following key.

Ans:

Possible values for this key are: true and false

Please refer to the following syntax:

{

“adhoc_enable”:true

}

  • How to select the default entry mode for the form – Either inline or wizard.

Ans:

Possible values for this key are: inline or wizard

Please refer to the following syntax:

{

“form_entry_mode”:”inline”

}

  • To set the font size of the prompt of wizard widgets you can use the following key

Ans:

Possible values for this key are:

  1. style:n/b
  2. size:9

Example:

{

“android_prompt_font”:

{

“style”:”b”,

“size”:9

}

}

  • How to put Form Help (fh) content at the top/bottom of the form?

Ans:

Form help at the top or bottom. “fh” is used to put the form help content.

“fh”: “Help view HTML content”.

Possible values for this key are:

  1. align:t/b
  2. height:9

Example:

{

“android_help_setting”:

{

“align”:”b”,

“height”:9,

}

}

Add in the form JSON:

[

“fh”: “Help view html content”

]

  • If you want to hide the task tab for any form from the phone then you can do that as given below.

Ans:

This is useful for the visibility of the tasks tab in the form.

Possible values for this key are: true and false

Please refer to the following syntax:

{

“isTaskTabVisible”:true

}

  • How to set the form behavior as “Open the form in inline mode at the first and then in the wizard after clicking on any widget”.

Ans:

Possible values for this key are: true and false

Please refer to the following syntax:

{

“open_first_field”:true

}

  • If you want to export the CSV file of the data through phone then you can do this by using the CSV Export property of the form:

Ans:

Possible values for this key are: Enable and Disable

Set the value of this form property as Enable for the visibility of the CSV export icon. 

  • For the visibility of barcode or face icons in the search bar you can use the following key:

Ans:

Possible values for this key are: true and false

Example:

{

“searchBarSetting”:

{

“isAssetBarCodeVisible”: true,

“isTaskBarCodeVisible”: false,

“isAssetFaceVisible”: true,

“isTaskFaceVisible”: false

}

}

  • The form will directly get open without clicking on the + button with the help of the following key:

Ans:

Possible values for this key are: 1/0

Example:

{

“canCreateNewAFODirectly”:1

}

  • How to make the Form a QR scanning form?

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”:”Form”

}

  • For filtering ref objects offline. (Make app Offline)

Ans:

Possible values for this key are: true and false

Key:

{

“Is_searchable_offline”:true

}

  • For opening the subform in inline or wizard you can use the following key:

Ans

(Subform) – “entry_mode” in form JSON against the widget.

Possible values for this key are: inline/wizard/default

Example:

{

“entry_mode”:inline

}

  • Can we do the data export in excel format from the mobile.

Ans:

Possible values for this key are: Enable/Disable

Form Property added for this on form builder.

CSV Export property is there in the form properties.

  • How to get Form get directly open without clicking on + button

Ans:

Possible values for this key are: 1/0

Example:

{

“canCreateNewAFODirectly”:1

}

  • We can make form public using 

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