MichaelBerling1
7 years agoQrew Trainee
Need help adding multiple children conditionally
Hello. I currently have a setup where Requests < Tests. I have a 3rd Methods table which has 2 fields: "Test Name" and "Test Category".
In the Requests page, I would like people to input their sample information and select the "Test Category" from a drop-down. Based on this field, I am trying to limit the choices of their "Test Names" in the Tests table. I cannot figure out a way to allow them to enter multiple tests with the conditional implementation. I tried a few things already but nothing seems great.
Idea 1) I tried a grid-edit embedded report. I made an automation to generate 10 blank related Tests when a report is created but it takes a lot of steps: Create the Request, save, reload after automation, edit Record, select Test Name from dropdown on blank children, and save. This is obviously not ideal. I'm trying to get AJAX scrolling enabled which may help by only loading the embedded report after the automation has run.
Idea 2) The other idea I had was to create one connected table per Test Category and use dynamic form rules to bring up the correct Multi-Select Text field. Then when everything is saved run a looping automation to create the child records. This is pretty messy and requires a lot of overhead but is WAY more user friendly.
Can someone please let me know if there is a better way to accomplish this?
In the Requests page, I would like people to input their sample information and select the "Test Category" from a drop-down. Based on this field, I am trying to limit the choices of their "Test Names" in the Tests table. I cannot figure out a way to allow them to enter multiple tests with the conditional implementation. I tried a few things already but nothing seems great.
Idea 1) I tried a grid-edit embedded report. I made an automation to generate 10 blank related Tests when a report is created but it takes a lot of steps: Create the Request, save, reload after automation, edit Record, select Test Name from dropdown on blank children, and save. This is obviously not ideal. I'm trying to get AJAX scrolling enabled which may help by only loading the embedded report after the automation has run.
Idea 2) The other idea I had was to create one connected table per Test Category and use dynamic form rules to bring up the correct Multi-Select Text field. Then when everything is saved run a looping automation to create the child records. This is pretty messy and requires a lot of overhead but is WAY more user friendly.
Can someone please let me know if there is a better way to accomplish this?