Previous in Contents Next in Contents

AuditReceipt

The AuditReceipt component, which usually appears in the Audit stage of a Commerce Interchange Pipeline, writes data from the receipt into the specified database table. These elements include the date and time of the receipt request, a digest of the receipt, the algorithm used to hash the working data to produce the digest, the return request document type, and the transaction ID.

Remarks

The AuditReceipt component is usually used by the original sender of the business data object in a Receive pipeline. AuditReceipt is the counterpart to the GenerateReceipt component in the recipient's Receive pipeline.

The following table shows the information that is inserted into the specified table, and the required name of the corresponding column.

Receipt information Required column in database
The return request transaction ID. txid
The date/time written by GenerateReceipt. receive_datetime
A digest of the receipt. receive_msg_digest
The algorithm used to hash the working data to produce the receipt. receive_digest_algorithm
The return request document type. document_type

The Receipt Audit component assumes that these columns are formatted to contain text data.

If the component's attempt to insert the data fails (for example, due to a primary key violation) the component updates the record.

Related Topic


© 1997-2000 Microsoft Corporation. All rights reserved.