Transaction Control Numbers

Index

    Transaction Control Numbers

    By default EDIFileJoiner will automatically add the ST Control Numbers at element 2 of the ST and SE segment. This feature can be turned off using the AutoGenerateSTControlNumber property.

    Example

    EDIFileJoiner joiner = new EDIFileJoiner();
    AutoGenerateSTControlNumber = false;

    in EDI File Joiner
    Did this article answer your question?