Framework EDI Reference. Methods and Properties
ediDocument. GetAcknowledgment

Returns the Acknowledgment object.

Syntax:

Controlling Agency:

Returns

    Object of type FREDI.ediAcknowledgment.

Remarks

The ediAcknowledgment object allows an acknowledgment for an EDI document to be created . Acknowledgments are created internally when the document is loaded during the LoadEdi method.

Example

Dim oEdiDoc As Fredi.ediDocument
Dim oAck As Fredi.ediAcknowledgment
Set oAck = oEdiDoc.GetAcknowledgment
oAck.EnableFunctionalAcknowledgment = True
: