Deleting child rows (nested forms)

I need to delete a record in child table. But the delete button is not showing. Could it be because it is a nested form? How can I delete those rows?
3X_d_b_db9db7e26dbf3c3b174878e9c598330dc79b73e3.png

Solved Solved
0 4 340
1 ACCEPTED SOLUTION

Steve
Platinum 4
Platinum 4

Existing rows cannot be deleted from form views.

View solution in original post

4 REPLIES 4

Hello @Oleksandra_Bohomolov , have you checked if that table allows deletes?

Yes, deletions are allowed

Well, these are the reasons I think this might happen:

  • Table doesnโ€™t allow deletes
  • Slice doesnโ€™t allow deletes
  • Action is set to โ€œdo not displayโ€
  • Action condition for use is not met
  • User doesnโ€™t have permission to delete rows from that table (if a user system is implemented)
  • The view does not include the delete action in its configuration

Steve
Platinum 4
Platinum 4

Existing rows cannot be deleted from form views.

Top Labels in this Space