We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f85885e commit a400ac2Copy full SHA for a400ac2
fflib-sample-code/src/objects/OpportunitySettings__c.object
@@ -1,7 +1,6 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<CustomObject xmlns="http://soap.sforce.com/2006/04/metadata">
3
<customSettingsType>Hierarchy</customSettingsType>
4
- <customSettingsVisibility>Public</customSettingsVisibility>
5
<enableEnhancedLookup>false</enableEnhancedLookup>
6
<enableFeeds>false</enableFeeds>
7
<fields>
@@ -15,4 +14,5 @@
15
14
<unique>false</unique>
16
</fields>
17
<label>Opportunity Settings</label>
+ <visibility>Public</visibility>
18
</CustomObject>
0 commit comments