Adding initial inventory items

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Adding initial inventory items

aswath narayana
Hello,
I was reading the messages, and there are two methods to add the initial
inventory
1.  Facility->ReceiveInventory.
2.  Facility->InventoryItems->New InventoryItem.  This method will not let
specify the Quantity.

How do I specify the quantity for 'non-serialized' inventory items using
method2.


-Aswath
Reply | Threaded
Open this post in threaded view
|

Re: Adding initial inventory items

BJ Freeman
you can add a service that calls #2 then #1
follow the best practice for customization.

aswath satrasala sent the following on 1/10/2011 11:54 PM:

> Hello,
> I was reading the messages, and there are two methods to add the initial
> inventory
> 1.  Facility->ReceiveInventory.
> 2.  Facility->InventoryItems->New InventoryItem.  This method will not let
> specify the Quantity.
>
> How do I specify the quantity for 'non-serialized' inventory items using
> method2.
>
>
> -Aswath
>