Thursday 2 May 2013

How to findout item cost of item

SELECT item_cost FROM cst_item_costs 
WHERE Inventory_Item_id='468116'
AND Organization_id='241'
AND Cost_type_Id=1;

No comments:

Post a Comment