Form Manifest keys
Sr# | Keys | Web | Android | iOS | Is Property/Widget/Step added? | Possible values | Example | Description |
1 | adhoc_enable | No | Yes | No | No | true/false | { “adhoc_enable”:true } | To enable adhoc for a specific form, asset Form object list will be visible. |
2 | behaviors | No | Yes | No | No | kiosk/feedback | { “behaviors”:kiosk } | |
3 | ask_confirmation | No | Yes | No | No | true/false | { “ask_confirmation”true } | To show the confirmation pop up with “Save, Save as draft and submit” on save button. |
4 | form_entry_mode | No | Yes | No | No | inline/wizard | { “form_entry_mode”:”inline” } | Entry mode for the form – Either inline or wizard. |
5 | android_prompt_font | No | Yes | No | Yes | {“style”:”n/b”, “size”:9} | { “android_prompt_font”: { “style”:”b”, “size”:9 } } | To set font size of prompt of wizard widgets. |
6 | android_help_setting | No | Yes | No | No | {“align”:”t/b”, “height”:9} “fh”: “Help view html content” | { “android_help_setting”: { “align”:”b”, “height”:9, } } Add in the form JSON: [ “fh”: “Help view html content” ] | “Form help at the top or bottom. fh is used to put the form help content.” |
7 | task_list_setting | No | Yes | No | No | search_and_last_used_task | { “task_list_setting”:”search_and_last_used_task” } | “Search behaviour of task. Tasks will be searched only when user inputs in search bar. And last visited task is searched.”. |
8 | isTaskTabVisible | No | Yes | No | No | true/false | { “isTaskTabVisible”:true } | For the visbility of tasks tab in the form. |
9 | isCSVExportEnable | No | Yes | No | Yes | true/false | { “isCSVExportEnable”:true } | For the visbility of CSV export icon. |
10 | open_first_field | No | Yes | No | No | true/false | { “open_first_field”:true } | Open form in inline mode at the first and then in wizard after clicking on any widget. |
11 | searchBarSetting | No | Yes | No | No | “isAssetBarCodeVisible”: true/false, “isTaskBarCodeVisible”: true/false, “isAssetFaceVisible”: true/false, “isTaskFaceVisible”: true/false | { “searchBarSetting”: { “isAssetBarCodeVisible”: true, “isTaskBarCodeVisible”: false, “isAssetFaceVisible”: true, “isTaskFaceVisible”: false } } | For the visibility of barcode or face icons in search bar. |
12 | canCreateNewAFODirectly | No | Yes | No | No | 1/0 | { “canCreateNewAFODirectly”:1 } | Form will directly get open without clicking on + button. |
13 | formSelection | No | Yes | Yes | No | “type”:”QRScanning”, “level”:”App” | { “formSelection”: { “type”:”QRScanning”, “level”:”App” } } | QR scanning enable for the app. |
14 | isAutoAttendance | – | Yes | No | No | true/false | { “isAutoAttendance”:true } | Starts timer after form object submission and on end timer opens new form object. |
15 | Is_searchable_offline | No | Yes | No | No | true/false | { “Is_searchable_offline”:true } | For filtering ref objects offline. |
16 | (Sub form) – “entry_mode” in form JSON against the widget. | No | Yes | No | No | inline/wizard/default | { “entry_mode”:inline } | For opening the sub form in inline or wizard. |
17 | (Face verification widget) – “auto_detect” in form JSON against the widget. | No | Yes | No | No | 1/0 | { “auto_detect”:1 } | Auto detect will be enabled for the verification widget. |
18 | (Face verification widget) defaultCamera in form JSON against the widget. | No | Yes | No | No | front/back | { “defaultCamera”:front } | Default camera setting for verification widget. |
19 | isPublic | Yes | Yes | Yes | Yes | true/false | { “isPublic”:true } | To make form public. |
20 | allow_adding | No | Yes | No | No | 1 – Show 2 – Hide | { “allow_adding”:2 } | To change the visibility of “+” button. |
0 Comments