File tree Expand file tree Collapse file tree 6 files changed +45
-0
lines changed
force-app/main/default/objects/Sample_Custom_Setting__c Expand file tree Collapse file tree 6 files changed +45
-0
lines changed Original file line number Diff line number Diff line change 9090 "text" : " Sales_Order_Line__c" ,
9191 "link" : " custom-objects/Sales_Order_Line__c.md"
9292 },
93+ {
94+ "text" : " Sample_Custom_Setting__c" ,
95+ "link" : " custom-objects/Sample_Custom_Setting__c.md"
96+ },
9397 {
9498 "text" : " Speaker__c" ,
9599 "link" : " custom-objects/Speaker__c.md"
Original file line number Diff line number Diff line change @@ -69,6 +69,8 @@ Represents a line item on a sales order.
6969### Sales_Order__ c
7070
7171Custom object for tracking sales orders.
72+ ### Sample_Custom_Setting__ c
73+
7274### Speaker__ c
7375
7476Represents a speaker at an event.
Original file line number Diff line number Diff line change 1+ ---
2+ title : Sample_Custom_Setting__c
3+ ---
4+
5+ # Sample Custom Setting
6+
7+ ## API Name
8+ ` apexdocs__Sample_Custom_Setting__c `
9+
10+ ## Fields
11+ ### Sample Setting Field
12+
13+ ** API Name**
14+
15+ ` apexdocs__Sample_Setting_Field__c `
16+
17+ ** Type**
18+
19+ * Text*
Original file line number Diff line number Diff line change @@ -45,6 +45,8 @@ Custom object for tracking sales orders.
4545
4646Represents a line item on a sales order.
4747
48+ ### [ Sample_Custom_Setting__ c] ( custom-objects/Sample_Custom_Setting__c )
49+
4850### [ Speaker__ c] ( custom-objects/Speaker__c )
4951
5052Represents a speaker at an event.
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <CustomObject xmlns =" http://soap.sforce.com/2006/04/metadata" >
3+ <customSettingsType >Hierarchy</customSettingsType >
4+ <enableFeeds >false</enableFeeds >
5+ <label >Sample Custom Setting</label >
6+ <visibility >Public</visibility >
7+ </CustomObject >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <CustomField xmlns =" http://soap.sforce.com/2006/04/metadata" >
3+ <fullName >Sample_Setting_Field__c</fullName >
4+ <externalId >false</externalId >
5+ <label >Sample Setting Field</label >
6+ <length >255</length >
7+ <required >false</required >
8+ <trackTrending >false</trackTrending >
9+ <type >Text</type >
10+ <unique >false</unique >
11+ </CustomField >
You can’t perform that action at this time.
0 commit comments