1Z0-336 · Question #74
When is the default field value or expression set for a field? (Choose the best answer.)
The correct answer is B. on creating a new record. Explanation/Reference: When a new row (record) is created for an object, the value of a custom field defaults to null unless you configure a default value for it. You can supply a literal default value of appropriate type or supply an expression to calculate the default value…
Question
When is the default field value or expression set for a field? (Choose the best answer.)
Options
- Aon importing data by using file import
- Bon creating a new record
- Con deleting a record
- Don updating a record
How the community answered
(34 responses)- A6% (2)
- B76% (26)
- C15% (5)
- D3% (1)
Explanation
Explanation/Reference: When a new row (record) is created for an object, the value of a custom field defaults to null unless you configure a default value for it. You can supply a literal default value of appropriate type or supply an expression to calculate the default value for new rows. The default value expression is evaluated at the time the new row is created.
Topics
Community Discussion
No community discussion yet for this question.