An administrator at a renewable energy firm is creating a custom object named `Solar_Panel__c` to track equipment installations in Salesforce. Which two statements are true regarding standard fields and capabilities automatically provided upon creating this custom object? (Select 2)
- A standard Name field is automatically created and can be configured as either a Text or Auto-Number data type.Cevap
- Standard system audit fields, including Created By and Last Modified By, are automatically generated upon creation.Cevap
- CDeleting a parent record in a Master-Detail relationship leaves child `Solar_Panel__c` records intact without cascading deletion.
- DHiding a field on `Solar_Panel__c` using Dynamic Forms component visibility rules automatically restricts user access through the API.
Cevap
The correct statements are that a standard Name field (configured as Text or Auto-Number) and standard system audit fields (such as Created By and Last Modified By) are automatically generated upon custom object creation.
When creating a new custom object in Salesforce, the platform automatically provisions standard system audit fields (Created By, Last Modified By, Created Date, Last Modified Date) as well as a standard Name field configured as either Text or Auto-Number.
Adım Adım Çözüm
Anahtar Kavram
Standard Fields and Capabilities on Custom Objects