Changing Item Unit Cost
sanjeev_baranwal
Member Posts: 101
Hi,
How can we change the Item Unit cost...
How can we change the Item Unit cost...
0
Comments
-
If it's an purchase item: Item Card -> Purchases -> Prices0
-
Go to the Item card,Click on the Invoicing tab .Change the field Unit cost.0
-
Thanks Manlue,
But if it is sales then shall we use Item Card -> Sales -> Prices?
Sridevin,
IF the ledger exists then we cannt change the Unit Cost on Item master.0 -
sanjeev baranwal wrote:Thanks Manlue,
But if it is sales then shall we use Item Card -> Sales -> Prices?
Sridevin,
IF the ledger exists then we cannt change the Unit Cost on Item master.
IF the ledger exists and u want to change the Unit cost then on item master
if u have a list of item then make a dataport on integer table that include item and item unit code.
Name DataType Subtype Length
Item Record Item
ItemNo Code 20
UnitCost decimal 20
Integer - OnAfterImportRecord()
if item.get(ItemNo) then begin
item."Unit Cost":=UnitCost;
item.modify;
end;
Thanks !!!
Devendra Sharma0 -
You asked for unit cost and "cost" I think is in purchase process. Unit Price of an item is in sales process. General definition of the unit price (sales) should be done in the item card on register invoicing. I think the field "Unit Price" is editable everytime. Special unit prices for single customers or customer groups could be initiated in item card -> sales -> prices...0
-
Manlue you are correct,
Let me know one more thing. Why cann't we use Adjust Item Costs /Prices0 -
sanjeev baranwal wrote:How can we change the Item Unit cost...
can i know why u want to change the Unit cost and where u want to change ?
Depend on this u can get the answers .0 -
Hi sanjeev baranwal,
as far as I know the adjust-functions are used for synchronous adjustment of all (or a filtered group / or single) of items. In this function you will provide a factor that the item prices/costs will be multiplied by. You may use this if needed in such way. Please see help text in form "Adjust Item Costs/Prices".0
Categories
- All Categories
- 75 General
- 75 Announcements
- 66.7K Microsoft Dynamics NAV
- 18.8K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 610 NAV Courses, Exams & Certification
- 1.9K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 251 Dynamics CRM
- 103 Dynamics GP
- 6 Dynamics SL
- 1.5K Other
- 991 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 28 Design Patterns (General & Best Practices)
- Architectural Patterns
- 9 Design Patterns
- 4 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1K General Chat
- 1.6K Website
- 77 Testing
- 1.2K Download section
- 23 How Tos section
- 249 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions