Newer Version Available
EntitlementSettings
In the package manifest, all organization settings metadata types are accessed using the Settings name. See Settings for more details.
File Suffix and Directory Location
EntitlementSettings values are stored in the Entitlements.settings file in the settings directory. The .settings files are different from other named components because there’s only one settings file for each settings component.
Version
EntitlementSettings is available in API version 27.0 and later.
Fields
Declarative Metadata Sample Definition
This is a sample entitlements settings file.
1<?xml version="1.0" encoding="UTF-8"?>
2<EntitlementSettings xmlns="http://soap.sforce.com/2006/04/metadata">
3 <assetLookupLimitedToActiveEntitlementsOnAccount>
4 false
5 </assetLookupLimitedToActiveEntitlementsOnAccount>
6 <assetLookupLimitedToActiveEntitlementsOnContact>
7 false
8 </assetLookupLimitedToActiveEntitlementsOnContact>
9 <assetLookupLimitedToSameAccount>
10 false
11 </assetLookupLimitedToSameAccount>
12 <assetLookupLimitedToSameContact>
13 false
14 </assetLookupLimitedToSameContact>
15 <enableEntitlements>
16 true
17 </enableEntitlements>
18 <entitlementLookupLimitedToActiveStatus>
19 false
20 </entitlementLookupLimitedToActiveStatus>
21 <entitlementLookupLimitedToSameAccount>
22 false
23 </entitlementLookupLimitedToSameAccount>
24 <entitlementLookupLimitedToSameAsset>
25 false
26 </entitlementLookupLimitedToSameAsset>
27 <entitlementLookupLimitedToSameContact>
28 false
29 </entitlementLookupLimitedToSameContact>
30</EntitlementSettings>Wildcard Support in the Manifest File
The wildcard character * (asterisk) in the package.xml manifest file doesn’t apply to metadata types for feature settings. The wildcard applies only when retrieving all settings, not for an individual setting. For details, see Settings. For information about using the manifest file, see Deploying and Retrieving Metadata with the Zip File.