{ "sections": [ "title", "description", "fields", "associated_objects", "wsdl_segment", "field_reference" ], "title": "CommSubscriptionTiming - Data API", "description": "Represents a customer's timing preferences for receiving a communication subscription. This object is available in API version 48.0 and later.", "fields_columns": [ "type", "properties", "description", "relationship_name", "relationship_type", "refers_to" ], "fields": { "CommSubscriptionConsentId": { "type": "reference", "properties": "Create, Filter, Group, Sort", "description": "ID of the associated communication subscription consent record. This is a relationship field.", "relationship_name": "CommSubscriptionConsent", "relationship_type": "Lookup", "refers_to": "CommSubscriptionConsent", "required": true }, "LastReferencedDate": { "type": "dateTime", "properties": "Filter, Nillable, Sort", "description": "The timestamp for when the current user last viewed a record related to this record." }, "LastViewedDate": { "type": "dateTime", "properties": "Filter, Nillable, Sort", "description": "The timestamp for when the current user last viewed this record. If this value is null, it’s possible that this record was referenced (LastReferencedDate) and not viewed." }, "Name": { "type": "string", "properties": "Autonumber, Defaulted on create, Filter, idLookup, Sort", "description": "Name of the communication subscription timing record.", "required": true }, "Unit": { "type": "picklist", "properties": "Create, Filter, Group, Restricted picklist, Sort, Update", "description": "The unit of time for the communication timing Possible values are: Day DayOfWeek Hour Month Week" } }, "associated_objects": "This object has the following associated objects. Unless noted, they are available in the same API version as this object.\n\n- **CommSubscriptionTimingChangeEvent (API version 62.0)**: Change events are available for the object.\n- **CommSubscriptionTimingFeed**: Feed tracking is available for the object.\n- **CommSubscriptionTimingHistory**: History is available for tracked fields of 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 \n \n \n \n \n \n\n```", "field_reference": { "CommSubscriptionConsentId": { "field_label": "Communication Subscription Consent ID", "type": "reference", "length": "18" }, "CreatedById": { "field_label": "Created By ID", "type": "reference", "length": "18" }, "CreatedDate": { "field_label": "Created Date", "type": "datetime" }, "CurrencyIsoCode": { "field_label": "Currency ISO Code", "type": "picklist", "length": "3" }, "Id": { "field_label": "Communication Subscription Timing 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" }, "Name": { "field_label": "Name", "type": "string", "length": "255" }, "SystemModstamp": { "field_label": "System Modstamp", "type": "datetime" }, "Unit": { "field_label": "Unit", "type": "picklist", "length": "255" } }, "field_reference_columns": [ "field_label", "type", "length" ] }