BUG - ITEM TRACING - On Trace
Ravi_Thakkar
Member Posts: 392
Hello All,
There is one bug in Item Tracing facility in below code of Codeunit 6520:
In code hilighted above, 4 field values are going to be assigned in Description.
Field -Maximum Possible Length in Characters
ProdOrder.Status -12 (Values: Simulated,Planned,Firm Planned,Released,Finished)
RecRef.CAPTION -16 (Value: Production Order)
"Entry Type" -15 (Value: Purchase,Output,Consumption,Transfer,Negative Adjmt.,Positive Adjmt.,Sale)
"Document No." -20
Total Possible length -63
System is throwing an error.
So, is there anybody having same bug?
Is there any bug fix available from Microsoft?
There is one bug in Item Tracing facility in below code of Codeunit 6520:
IF RecRef.GET("Record Identifier") THEN BEGIN
IF RecRef.NUMBER = DATABASE::"Production Order" THEN BEGIN
RecRef.SETTABLE(ProductionOrder);
[color=#BF0000][b]Description := STRSUBSTNO('%1 %2 %3 %4',ProductionOrder.Status,RecRef.CAPTION,TempTrackEntry."Entry Type","Document No."
);[/b][/color] END;
Here, Description is the field of "Item Tracing Buffer" table having length 50.In code hilighted above, 4 field values are going to be assigned in Description.
Field -Maximum Possible Length in Characters
ProdOrder.Status -12 (Values: Simulated,Planned,Firm Planned,Released,Finished)
RecRef.CAPTION -16 (Value: Production Order)
"Entry Type" -15 (Value: Purchase,Output,Consumption,Transfer,Negative Adjmt.,Positive Adjmt.,Sale)
"Document No." -20
Total Possible length -63
System is throwing an error.
So, is there anybody having same bug?
Is there any bug fix available from Microsoft?
0
Comments
-
-
These types of bugs are commonly there in the product. The same scenario appears in case invoice while doing get unposted Documents (GRN /Shipments) where the document number is bigger.
here we have to take call whether the no of characters in the Document No needs to reduced or some character shrinking has to be done in the prefixes.--
Regards,
Raveendran.BS0
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
- 323 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