Data Model
Create Salesforce Custom Settings with AI
Custom Settings are the cleanest way to manage org config and feature flags without hardcoding. SF Agent creates the settings object with typed fields so your Apex and formulas can reference them immediately.
Manual
10-20 min
With SF Agent
~2 min
The Manual Way
- 1Navigate to Setup → Custom Settings → New
- 2Choose hierarchy or list type
- 3Set label, API name, and visibility
- 4Add custom fields for each config parameter
- 5Set default values at org, profile, or user level
- 6Reference in Apex or formulas using $Setup or custom methods
With SF Agent
- 1Describe the settings object and its config fields
- 2SF Agent generates the custom setting with all fields
- 3Hierarchy or list type chosen based on use case
- 4Deployed and ready for data population
Example
You type:
“Create a hierarchy custom setting called 'Feature Flags' with checkbox fields: Enable_Auto_Close, Enable_Email_Alerts, Enable_Duplicate_Check. Default all to false.”
SF Agent generates:
- ✓
Custom Setting: Feature_Flags__c (Hierarchy) - ✓
Fields: Enable_Auto_Close__c, Enable_Email_Alerts__c, Enable_Duplicate_Check__c - ✓
All fields: Checkbox, default false - ✓
Visibility: Public
Stop clicking through Setup
Describe your salesforce custom settings in plain English. SF Agent handles the rest.
Start Free Trial — 30 Days, 15 PromptsNo credit card required for SF Agent. Bring your own API key.
Related
Data Model
Create Salesforce Custom Objects with AI
Describe the object you need. SF Agent generates the custom object with fields, relationships, page layouts, and tab — deployed together in one clean run.
Automation & Code
Generate Salesforce Apex Classes with AI
Describe your business logic. SF Agent writes bulk-safe Apex with proper error handling, generates test classes with assertions, and deploys both together.
Data Model
Create Salesforce Custom Fields with AI
Stop clicking through Object Manager. Describe the field you need in plain English and SF Agent creates it, sets FLS, and deploys — in under 4 minutes.
All Guides
Salesforce custom fieldsSalesforce validation rulesSalesforce Flow automationSalesforce Apex class generatorSalesforce Apex triggersSalesforce test class generatorSalesforce LWC generatorSalesforce permission setsSalesforce formula fieldsSalesforce page layoutsSalesforce approval processSalesforce reports and dashboardsSalesforce list viewsSalesforce profiles to permission sets migrationSalesforce workflow to flow migrationSalesforce custom objectsSalesforce record typesSalesforce picklist valuesSalesforce custom settingsSalesforce assignment rulesSalesforce automation toolSalesforce AI code generationSalesforce DevOps alternativeSalesforce change set alternativeSalesforce admin toolsSalesforce consulting delivery toolSalesforce metadata deploymentSalesforce org cleanupSalesforce technical debtdeploy Apex to Salesforceno-code Salesforce automationSalesforce field-level securitySalesforce sandbox deployment