No Results
Search Tips:
- Please consider misspellings
- Try different search keywords
Newer Version Available
EntitlementSettings
Represents an organization’s entitlement settings.
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 is 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>