{ "sections": [ "title", "description", "fields", "associated_objects", "wsdl_segment", "field_reference" ], "title": "EnhancedLetterhead - Data API", "description": "Represents an enhanced letterhead that can be associated with a Lightning email template that doesn’t use the Salesforce Merge Language (SML). This object is available in API version 46.0 and later.", "fields_columns": [ "type", "properties", "description" ], "fields": { "Description": { "type": "string", "properties": "Create, Filter, Group, Nillable, Sort, Update", "description": "Description of the contents of the header and footer." }, "LastReferencedDate": { "type": "dateTime", "properties": "Filter, Nillable, Sort", "description": "Date and time when this enhanced letterhead was last used." }, "LastViewedDate": { "type": "dateTime", "properties": "Filter, Nillable, Sort", "description": "Date and time when this enhanced letterhead was last viewed." }, "LetterheadFooter": { "type": "textarea", "properties": "Create, Nillable, Update", "description": "The contents of the enhanced letterhead’s footer." }, "LetterheadHeader": { "type": "textarea", "properties": "Create, Nillable, Update", "description": "The contents of the enhanced letterhead’s header." }, "Name": { "type": "string", "properties": "Create, Filter, Group, idLookup, Sort, Update", "description": "The name of the enhanced letterhead, such as Standard Company Letterhead." } }, "associated_objects": "This object has the following associated objects. Unless noted, they are available in the same API version as this object.\n\n- **EnhancedLetterheadFeed**: Feed tracking is available for the object.", "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\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" }, "Description": { "field_label": "Description", "type": "string", "length": "255" }, "Id": { "field_label": "Enhanced Letterhead ID", "type": "id", "length": "18" }, "IsDeleted": { "field_label": "Deleted", "type": "boolean" }, "LastModifiedById": { "field_label": "Last Modified By ID", "type": "reference", "length": "18" }, "LastModifiedDate": { "field_label": "Last Modified Date", "type": "datetime" }, "LastReferencedDate": { "field_label": "Last Referenced Date", "type": "datetime" }, "LastViewedDate": { "field_label": "Last Viewed Date", "type": "datetime" }, "LetterheadFooter": { "field_label": "Footer", "type": "textarea", "length": "32000" }, "LetterheadHeader": { "field_label": "Header", "type": "textarea", "length": "32000" }, "Name": { "field_label": "Name", "type": "string", "length": "255" }, "SystemModstamp": { "field_label": "System Modstamp", "type": "datetime" } }, "field_reference_columns": [ "field_label", "type", "length" ] }