update Service Task Inspection Form
Update existing service task inspection form with offline-first approach.
Updates an existing form submission with new field values, stores updated data locally, and schedules upload operation for server synchronization. The method preserves the original form submission UID while updating content.
This method provides complete offline-first form update management:
Form data is updated locally immediately
Background sync handles server synchronization
Works seamlessly regardless of network connectivity
Validates form submission exists before updating
Return
UpdateServiceTaskInspectionFormResult.Success on successful update or UpdateServiceTaskInspectionFormResult.Failure with error details
Parameters
The form update content including form submission UID, job, service task, master form UIDs, and updated form fields