Is it possible to maintain a purchase order wothout giving any location and than assign the location on a warehouse receipt so that we can recieve from a number of locations for the same purchase order lines? [:(] Regards, DD
Standard Navision do not allow to create a Warehouse Request (therefore Warehouse Receipt) for a blank location, because when you relase the purchase order, system will go and check the setup for location. If the location is setup as require Receipt, then it will internally create a warehouse request, which will later use in creation of the warehouse receipt. You can make some custom modifications in the process to fulfill your requirement like modify the codeunit 5772 “Whse.-Purch. Release” to create a warehouse request for a blank location. this can be done by creating a setup location to use as default location for blank location lines. Hope this will help. Naveen Jain