The grid (core) ยท console.warn
a DFQL update tried to write protected field(s) {fields}; they are server-assigned and immutable, so they were dropped from the PATCH.
Printed by The grid (core), prefixed [lattice], since 1.26.0.
Warnings reference › source.dfql.protected
- Identifier
source.dfql.protected- Raised by
- The grid (core)
- Since
- 1.26.0
What happened
The listed fields are assigned by the server and cannot be written. They were removed from the PATCH and the rest of the update was sent, so the write succeeded - without those fields.
The fix
Do not include the server-assigned fields in an update; a grid column over one of them should be read-only.
Reference
Covered in full at the API reference.