{ "sections": [ "title", "description", "fields", "special_access_rules", "associated_objects", "field_reference" ], "title": "OrderSummaryRoutingSchedule - Data API", "description": "Represents an attempt to route an order summary to one or more inventory locations for fulfillment. You can use it to schedule future attempts and to record completed attempts. This object is available in API version 51.0 and later.", "fields_columns": [ "type", "properties", "description" ], "fields": { "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": "Create, Filter, Group, idLookup, Sort, Update", "description": "The name of the order summary routing schedule." }, "OrderSummaryId": { "type": "reference", "properties": "Create, Filter, Group, Sort", "description": "(Master-Detail) The order summary associated with the routing schedule." }, "OwnerId": { "type": "reference", "properties": "Create, Defaulted on create, Filter, Group, Sort, Update", "description": "ID of the User who currently owns this order summary routing schedule. Default value is the User logged in to the API to perform the create." }, "Reason": { "type": "picklist", "properties": "Create, Filter, Group, Nillable, Sort, Update", "description": "Reason for the routing attempt. You can customize this list. The list has one default value: Unknown" }, "ScheduleStatus": { "type": "picklist", "properties": "Create, Defaulted on create, Filter, Group, Restricted picklist, Sort, Update", "description": "Identifies whether this routing attempt has already run or is scheduled to run. Possible values are: ABANDONED COMPLETED SCHEDULED" }, "ScheduledDatetime": { "type": "dateTime", "properties": "Create, Filter, Sort, Update", "description": "Identifies when this routing attempt was run or is scheduled to run. If the ScheduleStatus is ABANDONED or COMPLETED, then you can’t modify this value." } }, "special_access_rules": "This object is only available in Salesforce Order Management orgs or if the B2B Commerce license is enabled.", "associated_objects": "This object has the following associated objects. Unless noted, they are available in the same API version as this object.\n\n- **OrderSummaryRoutingScheduleOwnerSharingRule**: Sharing rules are available for the object.\n- **OrderSummaryRoutingScheduleShare**: Sharing is available for the object.", "field_reference": { "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": "Order Summary Routing Schedule 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" }, "OrderDeliveryGroupSummaryId": { "field_label": "Order Delivery Group Summary ID", "type": "reference", "length": "18" }, "OrderSummaryId": { "field_label": "Order Summary ID", "type": "reference", "length": "18" }, "OwnerId": { "field_label": "Owner ID", "type": "reference", "length": "18" }, "Reason": { "field_label": "Reason", "type": "picklist", "length": "40" }, "ScheduleStatus": { "field_label": "Status", "type": "picklist", "length": "255" }, "ScheduledDatetime": { "field_label": "Scheduled Date Time", "type": "datetime" }, "SystemModstamp": { "field_label": "System Modstamp", "type": "datetime" } }, "field_reference_columns": [ "field_label", "type", "length" ] }