Replies: 2 comments 3 replies
-
We are planning to address some of these issues in the next release: #1644
For the sub-form - do you mean a form that could add a new record, that would then be available in the options picker? |
Beta Was this translation helpful? Give feedback.
0 replies
-
@mjashanks As well as, a screenshot, from the app builder, that shows the Field Filter and the Data Source Filter functionalities: And another screenshot displaying the Field visibility functionality: |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
As forms are the primary route for data entry into the system, i would suggest forms to have more dynamic capabilities. Some of the desired capabilities, which i'm already used to are:
Dynamic Rules to control visibility of fields (ability to set conditions like: if value of another field is x then show/hide, or if the logged-in User's y field value is z then show/hide, etc.)
Select the appropriate Data source (within the same table):
e.g. The form is for a table called Actions which includes a Relationship Picker for another table, ToDo.
The ToDo table includes fields like (1. User Relationship - 'Created By', 2. User Relationship - 'Shared with', Table Relationship - 'Team') and the User table already has a field like (User connected with a Team table)
Now, when configuring a new Form for Actions, i would like to be able to set, for the ToDos field, criteria for the data source:
Limit (Filter) the options for fields, especially fields like Date Picker, Options Picker and Relationship Picker (e.g. from the previously selected data source, allow only options that meet a certain criteria or show dates within a particular range(based on other fields) etc. )
Possibility to add a (popup) sub-form to add missing/extra options in Options Picker/Relationship Picker fields (again, the sub-form should be equally dynamic)
Kindly let me know if some of these features are already available.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions