Sunday 2 October 2011

WCS orders

Recently we had a requirement to skip the inventory allocation during the order process i.e., when the customer places the order we wanted to skip the allocation. Although overwriting the InventoryAllocation command was an option, we found out that by updating the LASTALLOCDATE in ORDERITEMS table just before calling OrderProcessCmd did the trick. Looks like the orderprocess looks for lastallocated date before actually updating the inventory.

No comments:

Post a Comment