Problems with changing Item tracking CheckBox

remark
Member Posts: 122
Please, help me!
On an Item card form there is a 'CD Specific Tracking' CheckBox (I don't know may be it is a feature of russian located version, this boolean variable is responsible for tracking of Customs declaration numbers for the Item).
The problem is when I try to check this CheckBox I get a system alarm message - 'You can't change CD tracking since there are opened posted transactions for this item' (Or something like this in translation in English)
Is it possible to solve it?
P.S. I don't have developer's license.
On an Item card form there is a 'CD Specific Tracking' CheckBox (I don't know may be it is a feature of russian located version, this boolean variable is responsible for tracking of Customs declaration numbers for the Item).
The problem is when I try to check this CheckBox I get a system alarm message - 'You can't change CD tracking since there are opened posted transactions for this item' (Or something like this in translation in English)
Is it possible to solve it?
P.S. I don't have developer's license.
0
Comments
-
It's not standard NAV.
Why do you want to check that checkbox?
Maybe you should contact your NAV-partner for assistance.
Tino Ruijs
Microsoft Dynamics NAV specialist0 -
Thank you, Tino, for answer!
In fact, it is standard NAV, but it's localized russian version (because of this, one can say it's not so standard).
I'll contact our local specialists concerning this problem.
But it's interesting, are there many possible cases, when you have to create the same Item under different "No." because the only reason that you posted some transactions with it?
Or, everything is due to my ignorance?0 -
1) Yes, it is a Local customization - it means not included in W1 version... :-)
2) For me it seems like the checkbox must be checked before you start using the item. If you want to change the checkbox after that, you need to have no opened entries for that item (it means 0 on inventory) - you can do negative adjustment, change the checkbox - do positive adj. It is like when you want to chenge the Tracking code on item with opened entries...0 -
kine wrote:2) For me it seems like the checkbox must be checked before you start using the item. If you want to change the checkbox after that, you need to have no opened entries for that item (it means 0 on inventory) - you can do negative adjustment, change the checkbox - do positive adj. It is like when you want to chenge the Tracking code on item with opened entries...0
-
1) You can enable debugger, try to check the box, and look at the condition which is right before calling the ERROR function in the code. From this condition you can see what is tested...
2) The condition can be: any entry exists, some open entry exists, some not invoiced entry exists, some non-posted document line exists (in journal, purchase or sales document etc.).0 -
Yes, thank you, kine, I should alwais remember about this nice thing - debugger. I have not used to it so far.
The results are:
the debugger stopped after cheking following (in TestNoEntriesExist (CurrentFieldName) trigger)
ItemLedgEntry.SETCURRENTKEY("Item No.");
ItemLedgEntry.SETRANGE("Item No.", "No.");
IF ItemLedgEntry.FIND ('-') THEN
ERROR (
Text007,
CurrentFieldName);0 -
Ok, it means that no entry must exists to be able to switch that checkbox... but question is, if it is really needed or just using the standard function to check that... sometime the condition are much stronger than needed... but this depends on the functionality behind the checkbox...0
-
Thank you, kine, very much for your helpful explanations!0
-
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K 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
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions