salesforce.field.updateable
Home > @runlightyear/salesforce > Field > updateable
Field.updateable property
Indicates one of the following: Whether the field is updateable, (true) or not (false). If true, then this field value can be set in an update() call.
If the field is in a master-detail relationship on a custom object, indicates whether the child records can be reparented to different parent records (true), false otherwise.
Signature:updateable: boolean;