Field '<fieldname>' of type '<typename>' is 'ReadOnly'

You attempted to write to a field that is declared ReadOnly.

To correct this error

  • Change the field so it is no longer declared ReadOnly.

  • —or—

  • Do not attempt to write to this field.

See also