Following are steps to change WCS inventory from ATP to NON-ATP.
1. Change inventory system value on STORE table. For NON-ATP, inventory system value will be -2
2. NON-ATP mode need default shipmode at store level. For this update storedef table and put a default shipmode id... you can use query like below
update storedef set shipmode_id=12053;
3. Update store id and ffmcenter id in inventory table
4. update end date and shipmode id in SHPARRANGE
Restart server and see WCS is working on NON-ATP...
1. Change inventory system value on STORE table. For NON-ATP, inventory system value will be -2
2. NON-ATP mode need default shipmode at store level. For this update storedef table and put a default shipmode id... you can use query like below
update storedef set shipmode_id=12053;
3. Update store id and ffmcenter id in inventory table
4. update end date and shipmode id in SHPARRANGE
Restart server and see WCS is working on NON-ATP...
No comments:
Post a Comment