Framework EDI Reference. Methods and Properties
ediAcknowledgment. EnableFunctionalAcknowledgment

Enables the generation of an ASC/X12 Functional Acknowledgment or an UN/EDIFACT Service Report when the EDI file is loaded.

Syntax:

Remarks

The functional acknowledgment reports syntactical errors to the sender.  See Functional Acknowledgment.

Example

:

Set oAck = oEdiDoc.GetAcknowledgment
oAck.EnableFunctionalAcknowledgment = True
oEdiDoc.LoadEdi sEdiFile
oAck.Save sAckfile