The queryAndRender virtual function is very useful to show data from other forms in your view, but it would be very nice to be able to inline edit the shown values. Is there a way to achieve this?
No, this is not possible - if you want to edit records in another form then consider creating a view over that form and adding ConfiForms Edit Controls to enable edits
Alex
Thanks for the quick answer. I already thought so, but wanted to make sure. What I did in the past, wsa having a list view and inside the list view combine views of the two forms I wanted to show. I have a filter working on the list view and can use the internal values of the list view to filter the data such that both forms show only related data. The problem is, in this situation (views inside other views) error messages are not shown. An alternative would be to have a filer working on different views and forms at the same time, but that's probably also impossible, right?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Having nested, dynamically filtered views is an approach we suggest for complex data models that you want to edit from one UI
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.