BACS ASCII Fixed Length File

bteredesaibteredesai Member Posts: 129
Hi,

We need to generate/export fixed length ASCII file for BACS.

Any views on how to achieve this?

Thanks!

Bhushan

Comments

  • mheydaschmheydasch Member Posts: 1
    We just completed this mod for a customer. Required (1) a new option "BACS" on field "Export Format" in table "Bank Account", (2) changes to Report 10083 "Export Electronic Payments", and (3) a custom codeunit based off of Codeunit 10090, "Export Payments (ACH)". You'll need the documentation for the BACS format. The project is not difficult; could take from 8 to 12 hours. We did this in version 3.70.
  • SavatageSavatage Member Posts: 7,142
    Haven;t played arounf with it - but a dataport has a property called

    FileFormat
    Use this property to set the format of the file a dataport reads from or writes to.

    Applies to: Dataports
    Settings:When the FileFormat settings are intended:
    Read/write in a variable length format: Variable (default)
    Read/write in a fixed length format: Fixed
Sign In or Register to comment.