PurchaseOrderInvoiceDetails
This table stores general information about inventory request invoices.
| Column Name | Type | Description |
|---|---|---|
| InvoiceTaxCalculationDate | DATETIME | Stores the date when the tax for an item was calculated using the tax rate for that date. |
| InvoiceTransactionType | INTEGER | Stores the type of transaction for the invoice. |
| InvoiceStatus | INTEGER | Stores the status of this invoice. |
| LastModifiedInstant | DATETIME | Stores the instant at which this contact was last modified. |
| ShipmentReturnReason | INTEGER | This item stores the reason the items in the shipment are being returned. |
| ShipmentIndustryYesNoCode | INTEGER | This item stores the industry code associated with the shipment's Yes/No code. |
| InventoryRequestActionType | INTEGER | Stores the type of this inventory request action. |
| UniqueContactDateTimeDecimal | FLOAT | A unique contact date in decimal format. The integer portion of the number indicates the date of contact. The digits after the decimal distinguish different contacts on the same date and are unique for each contact on that date. For example, .00 is the first/only contact, .01 is the second contact, etc. |
| InvoiceSourceInventoryClass | INTEGER | Stores the inventory class this invoice was sent from, if the invoice is for an internal transfer. |
| X12MessageControlNumber | VARCHAR | This item stores the message control number associated with an X12 interface message filed on the request. Message control numbers are used for identifying if a received message is a new message or a duplicate. |
| LastModifiedByUserId | VARCHAR | Stores the user this last modified this contact. |
| IntraConnectOwningInstanceCommunityIdentifier | VARCHAR | The Community ID (CID) of the instance that owns this contact. This is only populated if you use IntraConnect. |
| InvoiceLastModifiedLocalDate | DATETIME | Stores the local date when this contact was last modified. |
| ContactDate | DATETIME | The date of this contact in calendar format. |
| InvoiceGenerationDate | DATETIME | Stores the date when the invoice was generated. |
| GenerateIdtrMessageIndicator | VARCHAR | Stores whether this shipment should generate IDTR message. |