正解:A,D
Declarative customizations, such as workflows, process builder, validation rules, and flows, offer a no-code approach to customizing Salesforce. Below are the key benefits:
* Declarative customizations automatically update with each Salesforce release (A):Salesforce ensures that declarative tools are automatically updated during new releases, eliminating the need for manual intervention or code refactoring.
Reference:Salesforce Release Updates
Declarative customizations generally require less maintenance (D):Because declarative tools use configurations rather than custom code, they are simpler tomanage, troubleshoot, and update. This significantly reduces the maintenance overhead compared to custom code.
Reference:Trailhead: Build Declarative Applications
Incorrect Options:
B:Declarative tools do not automatically generate test classes. This is specific to Apex code.
C:Declarative customizations can still result in runtime errors, such as invalid field updates or logic conflicts.