Bug in function CalcOverdueBalance in T:Customer OR????

IvonaK
Member Posts: 115
Hi to all,
I add new fields in T: 454 Approval Entry :50000 Balance (LCY) Decimal and 50001 Overdue Balance (LCY) Decimal.
In the codeunit 439: Approval Managment in function MakeApprovalEntry in the end I add this code:
IF TableID = DATABASE::"Sales Header" THEN
BEGIN
SalesHeader.GET(DocType, DocNo);
SalesReceivablesSetup.GET;
Cust.GET(SalesHeader."Bill-to Customer No.");
Cust.CALCFIELDS("Balance (LCY)");
"Balance (LCY)" := Cust."Balance (LCY)";
"Overdue Balance (LCY)" := Cust.CalcOverdueBalance;
MODIFY;
END;
Now the customer say that for some customers works good, but for some customers the "Overdue Balance (LCY)"=0 (aslo I see and I can't understand how that happen, the customer have a "Overdue Balance (LCY)" but there is zero ).
I use NAV 2015
Any advice,
Thanks a lot
I add new fields in T: 454 Approval Entry :50000 Balance (LCY) Decimal and 50001 Overdue Balance (LCY) Decimal.
In the codeunit 439: Approval Managment in function MakeApprovalEntry in the end I add this code:
IF TableID = DATABASE::"Sales Header" THEN
BEGIN
SalesHeader.GET(DocType, DocNo);
SalesReceivablesSetup.GET;
Cust.GET(SalesHeader."Bill-to Customer No.");
Cust.CALCFIELDS("Balance (LCY)");
"Balance (LCY)" := Cust."Balance (LCY)";
"Overdue Balance (LCY)" := Cust.CalcOverdueBalance;
MODIFY;
END;
Now the customer say that for some customers works good, but for some customers the "Overdue Balance (LCY)"=0 (aslo I see and I can't understand how that happen, the customer have a "Overdue Balance (LCY)" but there is zero ).
I use NAV 2015
Any advice,
Thanks a lot
0
Answers
-
Could it be that the codeunit wasn't called for some customers and by that the "Overdue Balance (LCY)" isn't updated?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