OrderRoutingStatus

Metadata

  • Base Table Class: Entity
  • Default Size: 100

Fields

NameTypeSize (bytes)Description
IdInteger (signed)8The unique identifier of this OrderRoutingStatus.
StatusSet of Status4
ShortNameString24The short text identifier of this OrderRoutingStatus.
OrderStatusSet of OrderStatus4
RoutingStateForeign key to RoutingState8
UpdateNumberInteger (unsigned)8A number that records every change that happens to a record. It is primarily used to avoid write after read problems when an intermediate write has changed the originally read record.
OwnerUserForeign key to User8The Id of the User that owns this OrderRoutingStatus.
OwnerGroupForeign key to Group8The Id of the Group that owns this OrderRoutingStatus.
OwnerFirmForeign key to Firm8The Id of the Firm that owns this OrderRoutingStatus.
CreateUserForeign key to User8The Id of the User that created this OrderRoutingStatus.
CreateTimestampInteger (unsigned)8The time at which this OrderRoutingStatus was created.
UpdateUserForeign key to User8The Id of the User that last updated this OrderRoutingStatus.
UpdateTimestampInteger (unsigned)8The time at which this OrderRoutingStatus was last updated.