In Release 8.2, you can define a carrier's pickup,
delivery, and transfer schedules and whether a carrier can hold deliveries.
This new functionality ensures that the system calculates more accurate
shipment and delivery dates.
Migration strategy
This section
describes the automated and manual migration processes for this functionality.
Automated migration processes
The
carrier service functionality has the following automated processes:
- XMLs are located in <INSTALL_DIR>/Migration/8.0/transaction/xmls.
- The XML file is migrator_carrier_service.xml.
- For records in YFS_CARRIER_SERVICE,
a new record is inserted into YFS_CARRIER_SERVICE_DOW with
the following:
- CARRIER_SERVICE_DOW_KEY = CARRIER_SERVICE_KEY
- CARRIER_SERVICE_KEY = CARRIER_SERVICE_KEY
- SUNDAY_DELIVER = DELIVERY_SUNDAY
- MONDAY_DELIVER = DELIVERY_MONDAY
- TUESDAY_DELIVER = DELIVERY_TUESDAY
- WEDNESDAY_DELIVER = DELIVERY_WEDNESDAY
- THURSDAY_DELIVER = DELIVERY_THURSDAY
- FRIDAY_DELIVER = DELIVERY_FRIDAY
- SATURDAY_DELIVER = DELIVERY_SATURDAY
- CREATEUSERID = "80_CSMIGRATOR_001'
- CREATEUSERID = "80_CSMIGRATOR_001'
- MODIFYPROGID = "80_CSMIGRATOR_001'
- MODIFYUSERID = "80_CSMIGRATOR_001'
Manual migration processes
None.