In Release 8.2, a node can define specific days and
times on which it will receive notification of orders for shipping.
Migration strategy
This section
describes the manual and automated migration processes for this functionality.
Automated migration processes
The
Notification Time functionality has the following automated migration
processes:
- XMLs are located in <INSTALL_DIR>/Migration/8.0/transaction/xmls
- The XML file is migrator_ship_node_notification.xml
- For records in YFS_SHIP_NODE, a
new record is inserted into YFS_NODE_NOTIFICATION_PERD with
the following...:
- NODE_NOTIFICATION_PERD_KEY = SHIPNODE_KEY
- ORGANIZATION_CODE = NODE_ORG_CODE
- EFFECTIVE_FROM_DATE = NULL
- EFFECTIVE_TO_DATE = NULL
- CREATEUSERID = “80_NOTIFYMIGRATOR_001”
- CREATEUSERID = “80_NOTIFYMIGRATOR_001”
- MODIFYPROGID = “80_NOTIFYMIGRATOR_001”
- MODIFYUSERID = “80_NOTIFYMIGRATOR_001”
- For records in YFS_SHIP_NODE, a
new record is inserted into YFS_NODE_NOTIFICATION with
the following:
- NODE_NOTIFICATION_KEY = SHIPNODE_KEY
- NODE_NOTIFICATION_PERD_KEY = SHIPNODE_KEY
- MIN_NOTIFICATION_TIME = MIN_NOTIFICATION_TIME
- ADVANCE_NOTIFICATION_TIME = ADVANCE_NOTIFICATION_TIME
- CREATEUSERID = “80_NOTIFYMIGRATOR_001”
- CREATEUSERID = “80_NOTIFYMIGRATOR_001”
- MODIFYPROGID = “80_NOTIFYMIGRATOR_001”
- MODIFYUSERID = “80_NOTIFYMIGRATOR_001”
Manual migration processes
None.