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

View Displayed

Parent/Child Table Config:

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

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

1 Like

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