Data Model > Data Dictionary > R > Route Stop
Route Stop
Route stop contains specific stops within a route card along with the receiving, repair and shipment statuses.
API Label: SVMXC__Route_Stop__c
No. of Fields: 19
Field Label
Field Name
Data Type
Description
Custom Relationship Fields
Delivered By
SVMXC__Delivered_By__c
Lookup(User)
User that delivered the product at the current location.
Next Stop
SVMXC__Next_Stop__c
Lookup(Location)
Next location (hub or depot).
Picked By
SVMXC__Picked_By__c
Lookup(User)
User that picked the product for shipment at the current location.
Received By
SVMXC__Received_By__c
Lookup(User)
User that received the product at the current location.
Route Card
SVMXC__Record_Card__c
Master-Detail(Route Card)
Shipped By
SVMXC__Shipped_By__c
Lookup(User)
User that shipped the product from the current location.
Stop Location
SVMXC__Stop_Location__c
Lookup(Location)
Current location (hub or depot).
Standard Fields
Record Number
Name
Auto Number
The auto-generated record number.
Custom Fields
Delivered?
SVMXC__Delivered__c
Checkbox
Indicates if the product has been delivered at the current location or not.
Delivered On
SVMXC__Delivered_On__c
Date/Time
Date/time when the product was delivered at the current location.
Picked?
SVMXC__Picked__c
Checkbox
Indicates if the product has been picked for shipment at the current location or not.
Picked On
SVMXC__Picked_On__c
Date/Time
Date/time when the product was picked for shipment at the current location.
Received?
SVMXC__Received__c
Checkbox
Indicates if the product has been received at the current location or not.
Received On
SVMXC__Received_On__c
Date/Time
Date/time when the product was received at the current location.
Shipment Initiated?
SVMXC__Shipment_Initiated__c
Checkbox
Shipped?
SVMXC__Shipped__c
Checkbox
Indicates if the product has been shipped from the current location or not.
Shipped On
SVMXC__Shipped_On__c
Date/Time
Date/time when the product was shipped from the current location.
Stop Number
SVMXC__Stop_Number__c
Number(3, 0)
Stop number.
Work Order Created?
SVMXC__Work_Order_Created__c
Checkbox
Indicates if a work order was created upon receipt/delivery at the current location.
Was this helpful?