Hi,
I created anew product store without a facility associated and tried to create a sales order as follows *method 1:* open Order Manager --> Order Entry Screen --> Sales Order Selected a product from look up product window and submitted 'Add to Order' button An exception is thrown saying that 'facility not found' *method 2:* open Order Manager --> Order Entry Screen --> sales Order Selected quick look up [bulkaddproduct] and added a product and submitted 'Add to Order' button And an order has been created successfully What went wrong here? Is there any way to disable or enable inventory check for bulk add products? Thanks Winster T Jose Director - Technology and Architecture Chathurangam Creative Solutions Private Ltd. Cell: +91-98469 31020 Mail: [hidden email] |
Administrator
|
You must have a facility, but you can deactivate inventory check, like for POS, use "Require Inventory=N" in the store
Note that there is also Check Inventory but it's set to Y even for POS because "Is Immediately Fulfilled=Y" HTH Jacques From: "Winster Jose" <[hidden email]> > Hi, > I created anew product store without a facility associated and tried to > create a sales order as follows > > *method 1:* > open Order Manager --> Order Entry Screen --> Sales Order > Selected a product from look up product window and submitted 'Add to Order' > button > An exception is thrown saying that 'facility not found' > > *method 2:* > open Order Manager --> Order Entry Screen --> sales Order > Selected quick look up [bulkaddproduct] and added a product and submitted > 'Add to Order' button > And an order has been created successfully > > What went wrong here? Is there any way to disable or enable inventory check > for bulk add products? > > > Thanks > Winster T Jose > Director - Technology and Architecture > Chathurangam Creative Solutions Private Ltd. > Cell: +91-98469 31020 > Mail: [hidden email] > |
service reserveProductInventory doesn't specify facilityId but fails with
an error of "facility not found" because it uses parameters.facilityId... In my case when I try to run it with a non serialized product it fails out with facility not found. On Mon, Jan 21, 2013 at 12:05 PM, Jacques Le Roux < [hidden email]> wrote: > You must have a facility, but you can deactivate inventory check, like for > POS, use "Require Inventory=N" in the store > Note that there is also Check Inventory but it's set to Y even for POS > because "Is Immediately Fulfilled=Y" > > HTH > > Jacques > > > From: "Winster Jose" <[hidden email]> > > Hi, > > I created anew product store without a facility associated and tried to > > create a sales order as follows > > > > *method 1:* > > open Order Manager --> Order Entry Screen --> Sales Order > > Selected a product from look up product window and submitted 'Add to > Order' > > button > > An exception is thrown saying that 'facility not found' > > > > *method 2:* > > open Order Manager --> Order Entry Screen --> sales Order > > Selected quick look up [bulkaddproduct] and added a product and submitted > > 'Add to Order' button > > And an order has been created successfully > > > > What went wrong here? Is there any way to disable or enable inventory > check > > for bulk add products? > > > > > > Thanks > > Winster T Jose > > Director - Technology and Architecture > > Chathurangam Creative Solutions Private Ltd. > > Cell: +91-98469 31020 > > Mail: [hidden email] > > > -- Thanks, Deepak Agarwal, Mobile: +91 9501190044 |
Administrator
|
Can you reproduce on trunk demo?
Jacques From: "Deepak Agarwal" <[hidden email]> > service reserveProductInventory doesn't specify facilityId but fails with > an error of "facility not found" because it uses parameters.facilityId... > > In my case when I try to run it with a non serialized product it fails out > with facility not found. > > On Mon, Jan 21, 2013 at 12:05 PM, Jacques Le Roux < > [hidden email]> wrote: > >> You must have a facility, but you can deactivate inventory check, like for >> POS, use "Require Inventory=N" in the store >> Note that there is also Check Inventory but it's set to Y even for POS >> because "Is Immediately Fulfilled=Y" >> >> HTH >> >> Jacques >> >> >> From: "Winster Jose" <[hidden email]> >> > Hi, >> > I created anew product store without a facility associated and tried to >> > create a sales order as follows >> > >> > *method 1:* >> > open Order Manager --> Order Entry Screen --> Sales Order >> > Selected a product from look up product window and submitted 'Add to >> Order' >> > button >> > An exception is thrown saying that 'facility not found' >> > >> > *method 2:* >> > open Order Manager --> Order Entry Screen --> sales Order >> > Selected quick look up [bulkaddproduct] and added a product and submitted >> > 'Add to Order' button >> > And an order has been created successfully >> > >> > What went wrong here? Is there any way to disable or enable inventory >> check >> > for bulk add products? >> > >> > >> > Thanks >> > Winster T Jose >> > Director - Technology and Architecture >> > Chathurangam Creative Solutions Private Ltd. >> > Cell: +91-98469 31020 >> > Mail: [hidden email] >> > >> > > > > -- > Thanks, > Deepak Agarwal, > > Mobile: +91 9501190044 > |
Free forum by Nabble | Edit this page |