Setting up BACS Payment Export

ADARTIHS
Member Posts: 78
Hi Everyone,
NAV 2009 SP1 SQL database.
This is the first time I am trying to setup the BACS payment export file for a Customer.
Which object do I need to amend for the BACS export.
This is a UK customer, they also have the 10,510 Granule for BACS Payment.
Thank you very much for your help.
Regards,
ADARTIHS
NAV 2009 SP1 SQL database.
This is the first time I am trying to setup the BACS payment export file for a Customer.
Which object do I need to amend for the BACS export.
This is a UK customer, they also have the 10,510 Granule for BACS Payment.
Thank you very much for your help.
Regards,
ADARTIHS
0
Comments
-
Hi,
The object you need to modify is Report 10550.
Jonathan0 -
Thank you for your help!!
Another quick thing how do you enter a carriage return into the text file created for a BACS?
Thanks
ADARTIHS0 -
When you execute the File.WRITE() statement, this always puts a carriage return line feed on the end of the line.
If you want to insert a carriage return, or line feed in a text string :
MyChar - variable of type Char
MyText - variable of type Text or Code
MyChar := 13; // For carriage return
MyChar := 10; // For line feed
MyText := MyText + FORMAT(MyChar);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