Update only for form view

I want to base a Form on a slice that only allows UPDATES. It doesn’t seem possible. I resorted to using quick edit fields on a detail view but am now finding errors with valid if.

So my question is, how can I base a form on a slice which is UPDATE only?

1 1 171
  • UX
1 REPLY 1

It wouldn’t let you edit records?

You won’t be able to access the form via your traditional Add button under an inline view - that’s exactly what that is… the ADD button.

Since your slice doesn’t allow adds, that won’t work. But you can still use LINKTOROW() and access the record you’re wanting.

LinkToRow([RecordID], “Update_Slice_Form”)

Top Labels in this Space