I have a form that displays child records and when I click on the child records it opens up the detail view modal. Is there any way to enable quick edit on this modal and, if not, is there a way to change the behavior to open that record in form view?
For context, I have a table of client requests. I add a new request, the client opens it and responds.
For certain types of requests, there are related child records which each require a unique response. In order to make this work I have a workflow which inserts the request id onto each related row of the child table and itâs fairly complicated/prone to error.
Ah, I read this wrong, you are right about that⌠I guess Iâm confused: you are already in edit/form mode, but also want to enter into a new form mode?
Yes exactly. Letâs say you were a history teacher, one of the classes you teach is AP History and Iâm asking you to confirm the grade each of your students received for their end of year exam. The request is for your âAP Historyâ class and the ref table lists each of your students. Youâd need to select one and enter the grade for that student. I donât believe this is an option in appsheet but the fact that itâs not is kind of mind blowing. As i said, iâve figured out a solution but itâs the kind of solution that you create and think to yourself âi must be doing this wrong because this is way too much workâ.
Have you considered making that ref view a table, then turning on quick edit mode for that view? Then the teacher clicks the âviewâ link on the child ref table, which brings up the full list. On that screen is the quick edit mode button.
I have a form that displays child records and when I click on the child records it opens up the detail view modal. Is there any way to enable quick edit on this modal and, if not, is there a way to change the behavior to open that record in form view?
It is not possible to edit existing child rows from within the form view of the parent. You can add and then edit new children under some conditions, but not existing children.
Is it possible to change the behavior of the âRow Selectedâ behavior for child rows? I donât necessarily need to edit the record in the same window, I just need it to go to the form for that child record.
You cannot affect the navigation to a child row in a form view, but you can affect it for child records in an inline view in a parent rowâs detail view.