Skip to main content

salesforce.field.nillable

Home > @runlightyear/salesforce > Field > nillable

Field.nillable property

Indicates whether the field is nillable (true) or not (false). A nillable field can have empty content. A non-nillable field must have a value in order for the object to be created or saved.

Signature:
nillable: boolean;