{ "sections": [ "title", "description", "fields", "special_access_rules", "usage", "wsdl_segment", "field_reference" ], "title": "EntitlementTemplate - Data API", "description": "Represents predefined terms of customer support for a product (Product2). This object is available in API version 18.0 and later.", "fields_columns": [ "type", "properties", "description" ], "fields": { "BusinessHoursId": { "type": "reference", "properties": "Create, Filter, Nillable, Update", "description": "ID of the BusinessHours associated with the entitlement template. Must be a valid business hours ID." }, "CasesPerEntitlement": { "type": "int", "properties": "Create, Filter, Nillable, Update", "description": "The total number of cases the entitlement template supports. This field is only available if IsPerIncident is true." }, "IsPerIncident": { "type": "boolean", "properties": "Create, Defaulted on create, Filter, Update", "description": "Indicates whether the entitlement template is limited to supporting a specific number of cases (true) or not (false)." }, "Name": { "type": "string", "properties": "Create, Filter, idLookup, Update", "description": "Name of the entitlement template.", "required": true }, "NamespacePrefix": { "type": "string", "properties": "Filter, Group, Nillable, Sort", "description": "The namespace prefix that is associated with this object. Each Developer Edition org that creates a managed package has a unique namespace prefix. Limit: 15 characters. You can refer to a component in a managed package by using the namespacePrefix__componentName notation. The namespace prefix can have one of the following values. In Developer Edition orgs, NamespacePrefix is set to the namespace prefix of the org for all objects that support it, unless an object is in an installed managed package. In that case, the object has the namespace prefix of the installed managed package. This field’s value is the namespace prefix of the Developer Edition org of the package developer. In orgs that are not Developer Edition orgs, NamespacePrefix is set only for objects that are part of an installed managed package. All other objects have no namespace prefix. Available in version 34.0 and later." }, "SlaProcessId": { "type": "reference", "properties": "Create, Filter, Nillable, Update", "description": "ID of the SlaProcess associated with the entitlement template. This field is available in API version 19.0 and later." }, "Term": { "type": "int", "properties": "Create, Defaulted on create, Filter, Nillable, Update", "description": "Number of days that the entitlement template is valid." }, "Type": { "type": "picklist", "properties": "Create, Filter, Nillable, Update", "description": "The type of entitlement template, such as Web or phone support." } }, "special_access_rules": "As of Summer ’20 and later, only Salesforce admins, users with access to the Case, Entitlement, or Work Order objects, and users with the View Setup and Configuration permission can access this object.", "usage": "Use this object to manage entitlement templates.", "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 \n\n\n \n \n \n \n\n```", "field_reference": { "BusinessHoursId": { "field_label": "Business Hours ID", "type": "reference", "length": "18" }, "CasesPerEntitlement": { "field_label": "Cases Per Entitlement", "type": "int", "digits": "9" }, "CreatedById": { "field_label": "Created By ID", "type": "reference", "length": "18" }, "CreatedDate": { "field_label": "Created Date", "type": "datetime" }, "Id": { "field_label": "Entitlement Template ID", "type": "id", "length": "18" }, "IsPerIncident": { "field_label": "Per Incident", "type": "boolean" }, "LastModifiedById": { "field_label": "Last Modified By ID", "type": "reference", "length": "18" }, "LastModifiedDate": { "field_label": "Last Modified Date", "type": "datetime" }, "Name": { "field_label": "Entitlement Template Name", "type": "string", "length": "120" }, "NamespacePrefix": { "field_label": "Namespace Prefix", "type": "string", "length": "15" }, "SlaProcessId": { "field_label": "Entitlement Process ID", "type": "reference", "length": "18" }, "SystemModstamp": { "field_label": "System Modstamp", "type": "datetime" }, "Term": { "field_label": "Term (Days)", "type": "int", "digits": "9" }, "Type": { "field_label": "Type", "type": "picklist", "length": "255" } }, "field_reference_columns": [ "field_label", "type", "length", "digits" ] }