salesforce.field.defaultedoncreate
Home > @runlightyear/salesforce > Field > defaultedOnCreate
Field.defaultedOnCreate property
Indicates whether this field is defaulted when created (true) or not (false). If true, then Salesforce implicitly assigns a value for this field when the object is created, even if a value for this field is not passed in on the create() call. For example, in the Opportunity object, the Probability field has this attribute because its value is derived from the Stage field. Similarly, the Owner has this attribute on most objects because its value is derived from the current user (if the Owner field is not specified).
Signature:defaultedOnCreate: boolean;