Skip to content

Tracking Transactions

The following are the schemas and relationships of TrackingTransactions.

ColumnDescriptionType
IdInternal identifierString
TenantIdCustomer identifierString
UpdatedAtDate of the last record updateDatetime
SnapshotAtReference date of the transactionDatetime
TimeKeyIncremental temporal valueInteger
OrderIdUnique order identifierInteger
OrderItemIdOrder item numberInteger
OrderCreatedDateOrder creation dateDatetime
OrderSentDateOrder dispatch dateDatetime
RequestIdUnique request identifierInteger
RequestItemIdRequest item numberInteger
RequestCreatedDateRequest creation dateDatetime
PreOrderIdUnique pre-order identifierInteger
PreOrderItemIdPre-order item numberInteger
PreOrderCreatedDatePre-order creation dateDatetime
RfqIdUnique RFQ identifierInteger
RfqItemIdRFQ item numberInteger
RfqCreatedDateRFQ creation dateDatetime
InvoiceIdUnique invoice identifierInteger
InvoiceItemIdInvoice item numberInteger
InvoiceCreatedDateInvoice creation dateDatetime
OriginProcessIndicates whether the source process comes from an order, an RFQ, or a requestString
CurrentProcessCurrent process phase, e.g., invoice, order, pre-order, RFQ, or requestString
OrderOwnerIdID of the person responsible for the orderInteger
RequestOwnerIdID of the person responsible for the requestInteger
PreOrderOwnerIdID of the person responsible for the pre-orderInteger
RfqOwnerIdID of the person responsible for the RFQInteger
InvoiceOwnerIdID of the person responsible for the invoiceInteger
ProductIdUnique product identifierInteger
OrderQuantityQuantity of the order itemDouble
RequestQuantityQuantity of the request itemDouble
PreOrderQuantityQuantity of the pre-order itemDouble
RfqQuantityQuantity of the RFQ itemDouble
InvoiceQuantityQuantity of the invoice itemDouble
RequestItemStateTypeState of the request item (e.g., InOrder, InRfq, Canceled, InPreOrder, InRequest, InPurchasePendency)String
ContractIdPrimary key for the Contracts schemaInteger
ContractItemIdContract item numberInteger
ContractCreatedDateContract creation dateDatetime
ContractOwnerIdID of the person responsible for the contractInteger
TrackingIdTracking identifierString

TrackingTransactions Schema Joins

The TrackingTransactions schema has relationships with all tables with the following columns:

  • OrderId
  • OrderItemId
  • OrderCreatedDate
  • OrderSentDate
  • RequestId
  • RequestItemId
  • RequestCreatedDate
  • PreOrderId
  • PreOrderItemId
  • PreOrderCreatedDate
  • RfqId
  • RfqItemId
  • RfqCreatedDate
  • InvoiceId
  • InvoiceItemId
  • InvoiceCreatedDate
  • OriginProcess
  • CurrentProcess