Description is missing in the Item Ledger
zeninoleg
Member Posts: 236
Hi everybody,
We are using Navision 3.70. I have a question regarding the Item Journal posting routine. Why the Item Description is not always being transfered from the Item Journal to the Item Ledger? Codeunit 22 has this peice of code:
Does anybody has any ideas regarding this issue?
We are using Navision 3.70. I have a question regarding the Item Journal posting routine. Why the Item Description is not always being transfered from the Item Journal to the Item Ledger? Codeunit 22 has this peice of code:
I am just wondering what is the logic behind this? My guess is that it only transferes the Description that is different from the Item card. But why?ItemLedgEntry.Description := Description;
...
IF ItemLedgEntry.Description = Item.Description THEN
ItemLedgEntry.Description := '';
Does anybody has any ideas regarding this issue?
Best Regards,
Oleg
Oleg
0
Answers
-
This same line of code can be found in Codeunit 22 back in the early versions of Navision.
I have just found it in a Navision 3.56a which is a DOS version from the late 80's.
This is just proof of how the code has been converted and kept as is without any deeper consideration for a loooooooong time.
But it is also the reason we can convert customers on that version to Navision 4.0 SP2 \:D/
/Anders0 -
This is by design.
The on-line help of the field Description mentions:
I presume it's pretty boring to read the same Item Description over and over again in the Item Ledger Entry table :-) That's why it's only filled in when it's different then the one from the Item Card.If the description is the same as the item's description, then the field will be empty.No support using PM or e-mail - Please use this forum. BC TechDays 2024: 13 & 14 June 2024, Antwerp (Belgium)0 -
It also saves space.0
-
ara3n wrote:It also saves space.
I think this was orriginaly the idea. Back in the old days you had to pay for every 100mb database space. Imagine... 8-[0 -
Well now a days companies charge per cpu for their software, in several years we'll have 6-8 cores in cpu's, and this practice will disappear as well.0
-
I don't know what to do with a remark like that. How do you know they didn't have a 4 hour meeting about keeping that field like it is? It's one thing to change something to keep up with current technology or with current ways of thinking, but you shouldn't change just for change's sake. Posting to the Item ledger hasn't really changed very much over the past few decades has it?hedegaard wrote:This is just proof of how the code has been converted and kept as is without any deeper consideration for a loooooooong time.0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.7K 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
- 324 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



