All problems
TMKR-5004
Warning
Vendor
Config field is read-only
A remote configuration change tried to modify a field marked read-only.Configuration & symbols•Also known as: READ_ONLY_FIELD, config_read_only
Symptoms
The change result reports error_code READ_ONLY_FIELD.
Causes
The targeted field is declared read-only (e.g. a computed or balance field).
How to fix it
1
Don't target read-only fieldsOnly request changes to writable fields. If a field should be editable, remove its read-only flag in the schema and re-publish.