salesforce.field.createable
Home > @runlightyear/salesforce > Field > createable
Field.createable property
Indicates whether the field can be created (true) or not (false). If true, then this field value can be set in a create() call.
Signature:createable: boolean;