Difference between revisions of "Mobile Forms (proof of concept)"
From Agility
(→Potential Use Cases) |
|||
| Line 9: | Line 9: | ||
Although Mobile Forms functionality is not production ready it is available in 7.2+ systems. It is disabled by default and do not affect standard UI. There are two potential use cases for Mobile Forms: | Although Mobile Forms functionality is not production ready it is available in 7.2+ systems. It is disabled by default and do not affect standard UI. There are two potential use cases for Mobile Forms: | ||
| − | #Online Forms for '''Agility For Android'''. Sometimes it is required to enable additional forms on '''Agility For Android''' which are handled directly by agility service (instead offline form | + | #Online Forms for '''Agility For Android'''. Sometimes it is required to enable additional forms on '''Agility For Android''' which are handled directly by agility service (instead offline form embedded on android). There are many reasons why such online forms are good solution, one of them is ability to use lookups on data which is not cached by android (for example asset registry). It seems that Mobile Forms fits perfectly into such pattern. |
| − | #Online Work Management tool (similar to the original "Alite" application). | + | #Online Work Management tool (similar to the original "Alite" application). Attempt to describe functionality of such application as wall as quotation is provided in Issue 6446. Please refer [https://support.softsolsgroup.com/agility/DetailForm.aspx?FormDefID=%2f!1b2e5692!61323!!&DataKey=%2f!71d68945!6446!! Issue 6446] for details. |
None of above cases is available without additional development. | None of above cases is available without additional development. | ||
Revision as of 12:24, 22 February 2017
Described below functionality is not production ready. It is proof of concept which use current FastNET rendering engine to enable Mobile Friendly User Interface. JQuery Mobile framework is used to ensure native mobile look on any modern mobile device (Android, iPhone, iPad, Windows Phone).
Potential Use Cases
Although Mobile Forms functionality is not production ready it is available in 7.2+ systems. It is disabled by default and do not affect standard UI. There are two potential use cases for Mobile Forms:
- Online Forms for Agility For Android. Sometimes it is required to enable additional forms on Agility For Android which are handled directly by agility service (instead offline form embedded on android). There are many reasons why such online forms are good solution, one of them is ability to use lookups on data which is not cached by android (for example asset registry). It seems that Mobile Forms fits perfectly into such pattern.
- Online Work Management tool (similar to the original "Alite" application). Attempt to describe functionality of such application as wall as quotation is provided in Issue 6446. Please refer Issue 6446 for details.
None of above cases is available without additional development.