External Document No. and Bank Reconciliation

Cindy101
Member Posts: 33
I've got a client with an odd thing going on. For a long time now they've been using "External Document No." to store customer payment data (seems to be credit card type and last 4 digits).
They've recently upgraded to 5.0 sp1 and now, when they do a bank rec., it is grouping all payments by matching External Document No.'s (customer credit cards) into one line, with a document no. = external document no.
Besides checking if the External Doc. No. is mandatory or not, I wasn't aware of that field really doing anything at all.
Any reason this is happening, any way of turning it off?
Thanks in advance!
They've recently upgraded to 5.0 sp1 and now, when they do a bank rec., it is grouping all payments by matching External Document No.'s (customer credit cards) into one line, with a document no. = external document no.
Besides checking if the External Doc. No. is mandatory or not, I wasn't aware of that field really doing anything at all.
Any reason this is happening, any way of turning it off?
Thanks in advance!
0
Answers
-
Sorry do you mean it is grouping the lines when they do "Suggest Lines" or when they do "Transfer to Journal" on the Bank Reconciliations?0
-
you have to modify the suggest bank line report, it must have been done back ont he 4.100 database, and not on the 5.0 database.
here is the code in our database to stop the bank rec lines from being collapsed which is the standard, I am not the programmer, but the end user, and we had the same problem this was the fix from our solution center. I think back in 2.0 you had an option to set somewhere on collapse or expand, and then in 4.0 it went away and it defualted to collapse lines. we discoved the problem, when we upgraded to 4.0 from 2.0. al the sudden our bank rec were a nightmare.
IF RecordTypeToProcess IN [RecordTypeToProcess::Both,RecordTypeToProcess::Deposits] THEN BEGIN
Window.OPEN(Text008);
WITH BankRecLine DO BEGIN
RESET;
SETCURRENTKEY("Bank Account No.","Statement No.","Record Type");
SETRANGE("Bank Account No.","Bank Rec. Header"."Bank Account No.");
SETRANGE("Statement No.","Bank Rec. Header"."Statement No.");
SETRANGE("Record Type","Record Type"::Deposit);
SETRANGE("Collapse Status","Collapse Status"::"Expanded Deposit Line");
IF FIND('-') THEN
REPEAT
BankRecLine2 := BankRecLine;
CollapseLines(BankRecLine2);
UNTIL NEXT = 0;
RESET;
END;
Window.CLOSE;
END;0 -
@AdrianAkers - This is happening when the user does 'suggest lines...' from the Bank Rec. Worksheet.
@themave - This sounds like what's going on, thanks for the pointer.
We've just discovered the Expand/Collapse functionality(Line -> Expand Deposit Line), this appears to be exactly what the user wantsOdd that there isn't a setting anymore to not default to collapsed.
Thanks for the help!0 -
Cindy101 wrote:@AdrianAkers - This is happening when the user does 'suggest lines...' from the Bank Rec. Worksheet.
@themave - This sounds like what's going on, thanks for the pointer.
We've just discovered the Expand/Collapse functionality(Line -> Expand Deposit Line), this appears to be exactly what the user wantsOdd that there isn't a setting anymore to not default to collapsed.
Thanks for the help!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