You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the documentation complex fields aren't included in inserts unless they have the [Editable(true)] attribute.
In reality this seems to be the same for selects and updates, complex fields aren't included unless they have [Editable(true)]. This behaviour is undocummented so it's unclear whether this is intended, but there doesn't seem to be a way to define complex readonly fields.
The text was updated successfully, but these errors were encountered:
According to the documentation complex fields aren't included in inserts unless they have the
[Editable(true)]
attribute.In reality this seems to be the same for selects and updates, complex fields aren't included unless they have
[Editable(true)]
. This behaviour is undocummented so it's unclear whether this is intended, but there doesn't seem to be a way to define complex readonly fields.The text was updated successfully, but these errors were encountered: