TransactionInvoiceLink
This table maps a link from the table via to the Invoice tables via.
| Column Name | Type | Description |
|---|---|---|
| InvoiceLineNumber | INTEGER | The line number for the invoice associated with this transaction. Multiple invoices can be associated with this transaction. |
| TransactionInvoiceNumber | VARCHAR | The invoice number for the transaction. |
| TransactionBillOrClaimType | INTEGER | Indicates whether the transaction is on a bill or a claim. |
| BillAcceptDate | DATETIME | The date the bill or claim was accepted. |
| TransactionIdentifier | NUMERIC | The unique identifier for the transaction record. |
| TransactionOwningInstanceCommunityIdentifier | VARCHAR | The Community ID (CID) of the instance that owns this transaction. This is populated only if you use IntraConnect. |