Carriers

The Carriers view object manages the carriers that fulfillment can use during shipping. Carriers model the shipping methods that can be used, as well as optional contacts and inbound tracking rules.

Data Store Key : FscmTopModelAM.ScmExtractAM.ScmRcsBiccExtractAM.CarrierPVO

Primary Keys : CarrierId

Initial Extract Date : CarrierPEOCreationDate

Incremental Extract Date : CarrierPEOLastUpdateDate

Attributes

This table provides the list of exposed attributes and their descriptions.

Name Description
CarrierId Value that uniquely identifies the carrier. It's a primary key that the application generates when it creates a carrier.
CarrierPEOCreatedBy User who created the row.
CarrierPEOCreationDate Date and time of the creation of the row.
CarrierPEOEnabledFlag Contains one of the following values: true or false. If true, then the carrier is active. If false, then the carrier isn't active. The default value is true.
CarrierPEOJobDefinitionName Name of the job that created or last updated the row.
CarrierPEOJobDefinitionPackage Package name of the job that created or last updated the row.
CarrierPEOLastUpdateDate Date and time of the last update of the row.
CarrierPEOLastUpdateLogin Session login associated to the user who last updated the row.
CarrierPEOLastUpdatedBy User who last updated the row.
CarrierPEOManifestingEnabledFlag Contains one of the following values: true or false. If true, then use a manifest with this carrier. If false, then don't use a manifest with this carrier. The default value is false.
CarrierPEOObjectVersionNumber Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
CarrierPEORequestId Request ID of the job that created or last updated the row.
PartyPEOPartyName Name of the carrier. It's a unique value. This attribute is required.