Update Item

Update Item

Item Update reuses the create form and loads the current record with useItem(route.params.id, true).

Typical changes on this screen

  • item media and name
  • code
  • place_id or storage_id
  • status and publish timing
  • description, media, and long-form content blocks

Source behavior

  • cancel returns to place-items-manage
  • create and update stay structurally aligned to reduce data drift
  • after major QR or content changes, the record is best re-checked in Item Detail

When to use it

  1. Move an item to another place or storage.
  2. Refresh item content, audio, or video.
  3. Adjust publishing state when an item is not ready for public use.

Update and create share the same mental model

If you know the create form, you already know most of the update flow. The main difference is that this screen works on a live record with existing tracking implications.