An administrator is configuring custom fields on a custom Asset management object to track hardware specifications and warranty details. Which two statements correctly describe standard capabilities and behavior of custom fields in Salesforce? (Select 2)
- Setting a custom field as universally required enforces data entry across all page layouts, API inserts, and data imports.Cevap
- Custom Auto-Number fields generate unique sequence identifiers automatically whenever a new record is saved.Cevap
- CRoll-up summary fields can summarize data from child records connected through a standard Lookup relationship.
- DCustom fields created on the Lead object automatically map to Contact fields with identical API names upon lead conversion.
- EAdding a new picklist custom field automatically enables all defined picklist values across all active record types for that object.
Cevap
Setting a custom field as universally required enforces data entry across all layouts and API calls, and custom Auto-Number fields automatically generate system-incremented sequence numbers on record creation.
Universally required custom fields enforce data validation across all user interface layouts, data loads, and API calls. Additionally, Auto-Number fields automatically generate system-incremented sequence numbers when records are created.
Adım Adım Çözüm
Anahtar Kavram
Custom field properties, data types, and system-enforced constraints in Salesforce object management.