{ "sections": [ "title", "description", "file_information", "directory_location", "fields", "wsdl_segment", "declarative_metadata_sample_definition" ], "title": "EntitlementSettings - Metadata API", "description": "Represents an organization’s entitlement settings.", "file_information": ".settings", "directory_location": "settings", "fields_columns": [ "type", "description" ], "fields": { "assetLookupLimitedToActiveEntitlementsOnAccount": { "type": "boolean", "description": "Indicates whether entitlements-related lookup filters on cases return only the assets related to the active entitlements on the case’s account (true) or not (false)." }, "assetLookupLimitedToActiveEntitlementsOnContact": { "type": "boolean", "description": "Indicates whether entitlements-related lookup filters on cases return only the assets related to the active entitlements on the case’s contact (true) or not (false)." }, "assetLookupLimitedToSameAccount": { "type": "boolean", "description": "Indicates whether entitlements-related lookup filters on cases return only the assets related to the case’s account (true) or not (false)." }, "assetLookupLimitedToSameContact": { "type": "boolean", "description": "Indicates whether entitlements-related lookup filters on cases return only the assets related to the case’s contact (true) or not (false)." }, "enableEntitlements": { "type": "boolean", "description": "Indicates whether entitlements are enabled (true) or not (false)." }, "enableEntitlementVersioning": { "type": "boolean", "description": "Indicates whether entitlement versioning is enabled (true) or not (false). This field is available in API version 28.0 and later." }, "enableMilestoneFeedItem": { "type": "boolean", "description": "When set to true, indicates whether to post to the feed and the record owner’s profile page when a milestone is completed or violated. When set to false, indicates that no post occurs when a milestone is completed or violated. This field is available in API version 47.0 and later." }, "enableMilestoneStoppedTime": { "type": "boolean", "description": "Indicates whether to show the Stopped Time and Actual Elapsed Time fields on an entitlement milestone (true) or not (false). This field is available in API version 47.0 and later." }, "entitlementLookupLimitedToActiveStatus": { "type": "boolean", "description": "Indicates whether entitlements-related lookup filters on cases return only active entitlements (true) or not (false)." }, "entitlementLookupLimitedToSameAccount": { "type": "boolean", "description": "Indicates whether entitlements-related lookup filters on cases return only the entitlements related to the case’s account (true) or not (false)." }, "entitlementLookupLimitedToSameAsset": { "type": "boolean", "description": "Indicates whether entitlements-related lookup filters on cases return only the entitlements related to the case’s asset (true) or not (false)." }, "entitlementLookupLimitedToSameContact": { "type": "boolean", "description": "Indicates whether entitlements-related lookup filters on cases return only the entitlements related to the case’s contact (true) or not (false)." }, "ignoreMilestoneBusinessHours": { "type": "boolean", "description": "Indicates whether to show the time remaining on an event milestone in actual hours (true) or business hours (false). This field is available in API version 47.0 and later." } }, "wsdl_segment": "```xml\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n```", "declarative_metadata_sample_definition": [ { "description": "This is a sample entitlements settings file.", "code": "\n   \n \n false\n    \n \n false\n    \n \n false\n    \n \n false\n    \n \n true\n     \n \n false\n    \n \n false\n    \n \n false\n    \n \n false\n \n" } ] }