Form with IsPartOf inline doesn't reference correct detail view

Hello, I have a Form (parent) with an inline view (child) based on a slice called missed_sites_list_bulk. When the user clicks on the inline option, I'm looking to have the user simply edit the record with a detail view having Quick Edit fields but the view displayed shows all the fields of the underlying table vs. the fields I've configured for a detail view based on the same slice missed_sites_list_bulk.

  • I've configured the parent/table relationship to reflect the slice vs. the table
  • I created a LINKTOFILTEREDVIEW action to navigate to the my intended view from the inline deck view but it doesn't trigger the intended view and still shows the default table form
  • I've also tried the Edit option from the inline deck view but no luck

Daisy_Ramirez_0-1720454450009.png

Daisy_Ramirez_1-1720454627343.png

Daisy_Ramirez_3-1720454807463.png

View Displayed

Daisy_Ramirez_2-1720454780828.png

Parent/Child Table Config: 

Daisy_Ramirez_4-1720454931590.png

 

View Needed for the inline view but doesn't get triggered and I all we see is the view with all the fields

Daisy_Ramirez_5-1720455008860.png

 

 

 

 

 

Solved Solved
0 2 52
1 ACCEPTED SOLUTION

Try defining a form view on that slice, not a detail view.

View solution in original post

2 REPLIES 2

Try defining a form view on that slice, not a detail view.

Thanks Marc, was really hoping for that detail view but the form view works fine

Top Labels in this Space