Cinchoo / ChoETL.NACHA

A NACHA library for .NET / c#
MIT License
36 stars 32 forks source link

How to configure Addenda Record creation. #55

Open imdvm opened 1 year ago

imdvm commented 1 year ago

I have been trying to configure EntryDetailSequenceNumber in the CreateAddendaRecord method, I need it to be incremental with respect to the last digit of the Record Type = 6, however even after creating extension method it is not possible to achieve. Is there is a way to customize or extend the library's functionality to modify the trace number. Is there any documentation regaring this or am I missing something here ?

Cinchoo commented 1 year ago

Currently it is not supported. Will add it shortly.