...
Anchor | ||||
---|---|---|---|---|
|
New Features
None
Usability
Enhancements
DAP-8754 - Restrict Ability to restrict the display of access-based fields to be configured as list columnsfield data in the list and summary
DAP-8759 - Refactoring form definition “Form JSON” to make it lighter especially when we have Action Item controlcontrols
DAP-8767 - Ability to set limits in app builder features to avoid performance issues
Mobile
MP-10008 - Ability to replace a sub-label with a validation message to improve usability
Technical
DAP-8761 - Execution - Mongo DB Driver Upgrade to 2.22
Mobile
None
Anchor | ||||
---|---|---|---|---|
|
Existing System: Currently, we support this feature only on mobile.
...
Displaying full source information in the “Action Item Details>Source Details” section:
...
Anchor | ||||
---|---|---|---|---|
|
Existing System: Currently, we display the data in List as well as Summary even for the access-based fields.
...
Example of an Access-Based Field:
...
Anchor | ||||
---|---|---|---|---|
|
Existing System: Currently, we have a very heavy form JSON, depending on the number of action item controls.
...
Supported on Mobile: Yes.
Anchor | ||||
---|---|---|---|---|
|
...
a limit to the number of controls that can be added to an app
Configurable: Yes
Title: AppControlLimits
Public/Private: Private
Default: 2500
Existing System: Users can add an unlimited number of controls to any app and this sometimes goes beyond what mobile apps can handle.
Purpose: To improve the usability and indicate to the user that the system is trying to load something for himavoid performance and crash issues on mobile.
Enhanced System: The user would be able to
...
See a loader symbol once he clicks on the 'Create New Record' or Plus Icon seen on the list screen.
...
Once a limit is set, the user will be able to
...
...
There is no functional change and a loader is introduced to indicate that form is being rendered.
Impacts on existing forms: None.
Supported on Mobile: Yes.
...
Existing System: Currently, we don't have sub-label support for a few controls.
Purpose: To improve usability and extend sub-label support for all the controls.
Enhanced System: User would be able to
...
See sub-labels for fields configured with Segmented, toggle, and signature controls.
...
Add controls to an app only within the specified limits.
By this, we can be sure that we won’t have any performance lag on the mobile later on during the app usage.
If user is trying to create an app beyond the specified limit, system would allow the request but save the app as 'Draft'.
Impacts on existing forms: None.
Supported on Mobile: Yes NA.