{
"sections": [
"title",
"description",
"fields",
"special_access_rules",
"usage",
"wsdl_segment",
"field_reference"
],
"title": "ProductEntitlementTemplate - Data API",
"description": "Represents predefined terms of customer support (Entitlement) that users can add to products (Product2).",
"fields_columns": [
"type",
"properties",
"description"
],
"fields": {
"EntitlementTemplateId": {
"type": "reference",
"properties": "Create, Filter, Group, Sort",
"description": "ID of the entitlement template. Must be a valid ID.",
"required": true
},
"Product2Id": {
"type": "reference",
"properties": "Create, Filter, Group, Sort",
"description": "ID of the Product2 associated with the entitlement template. Must be a valid ID.",
"required": true
}
},
"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 to query and 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```",
"field_reference": {
"CreatedById": {
"field_label": "Created By ID",
"type": "reference",
"length": "18"
},
"CreatedDate": {
"field_label": "Created Date",
"type": "datetime"
},
"EntitlementTemplateId": {
"field_label": "Entitlement Template ID",
"type": "reference",
"length": "18"
},
"Id": {
"field_label": "Product Entitlement Template ID",
"type": "id",
"length": "18"
},
"Product2Id": {
"field_label": "Product ID",
"type": "reference",
"length": "18"
},
"SystemModstamp": {
"field_label": "System Modstamp",
"type": "datetime"
}
},
"field_reference_columns": [
"field_label",
"type",
"length"
]
}