# SubOrderReversals: Exact Online Sub Order Reversals - Catalog: `ExactOnlineREST` - Schema: `Manufacturing` - Primary Keys: `MaterialReversalStockTransactionId` - Label: Sub Order Reversals The data in this table is partitioned per value of the `Division` column. Can retrieve data and change data using insert, update and delete. ## Table Columns The columns of the table `SubOrderReversals` are shown below. Each column has an SQL data type. A new non-null value must be provided for every required column at all times during insert and update. | Name | Data Type | Label | Required | Documentation | |---|:---:|---|:---:|---| | `CreatedBy` | `guid` | | ☐ | ID of creating user. | | `CreatedByFullName` | `varchar2`(240) | | ☐ | Name of the creating user. | | `CreatedDate` | `datetime` | | ☐ | Creation date of this SubOrderReversal. | | `Division` | `int32` | Division ID | ☑ | Unique number of the Exact Online division. | | `DivisionCompanyCoCNumber` | `varchar2`(60) | Division Chamber of Commerce Number | ☐ | Chamber of commerce number of the Exact Online division. | | `DivisionCompanyIBANNumber` | `varchar2`(50) | Division IBAN Number | ☐ | IBAN number of the Exact Online division. | | `DivisionCompanyName` | `varchar2`(50) | Division Company Name | ☑ | Company name of the Exact Online division. | | `DivisionCompanyRSINNumber` | `varchar2`(9) | Division RSIN Number | ☐ | RSIN number of the Exact Online division. | | `DivisionCompanyVATNumber` | `varchar2`(35) | Division VAT Number | ☐ | VAT number of the Exact Online division. | | `DivisionCompanyWageTaxNumber` | `varchar2`(60) | Division Wage Tax Number | ☐ | Wage tax number of the Exact Online division. | | `DivisionLabel` | `varchar2`(128) | Division Label | ☑ | Label of the Exact Online division. | | `DivisionName` | `varchar2`(50) | Administration Name | ☑ | Name of the Exact Online division. | | `DivisionOwnerCompanyName` | `varchar2`(50) | Subscription Holder Name | ☑ | Name of the customer account in division 1 owning the Exact Online subscription to which this division belongs. | | `DivisionOwnerCompanyNumber` | `varchar2`(18) | Subscription Holder Number | ☑ | Number of the customer account in division 1 owning the Exact Online subscription to which this division belongs. | | `DivisionShortName` | `int64` | Division Short Name | ☑ | Short name of the Exact Online division. | | `IsBatch` | `int16` | Is Batch | ☐ | Does the SubOrderReversal's item use batch numbers. | | `IsFractionAllowedItem` | `int16` | Is Fraction Allowed on Item | ☐ | Indicates if fractions (for example 0.35) are allowed for quantities of the SubOrderReversal's item. | | `IsSerial` | `int16` | Is Serial | ☐ | Does the SubOrderReversal's item use serial numbers. | | `Item` | `guid` | Item | ☐ | Item reversed. | | `ItemCode` | `varchar2`(30) | Item Code | ☐ | Code of item reversed. | | `ItemDescription` | `varchar2`(255) | Item Description | ☐ | Description of item reversed. | | `ItemPictureUrl` | `varchar2` | Item Picture (URL) | ☐ | Picture url of shop order item. | | `MaterialReversalStockTransactionId` | `guid` | | ☑ | MaterialReversal.StockTransactionId related to this SubOrderReversal's MaterialReversal. | | `Note` | `varchar2` | Note | ☐ | Notes logged with this reversal. | | `OriginalMaterialIssueStockTransactionId` | `guid` | | ☐ | MaterialIssue.StockTransactionId related to this SubOrderReceipt's original MaterialIssue. | | `OriginalShopOrderReceiptStockTransactionId` | `guid` | | ☐ | ShopOrderReceipt.StockTransactionId related to this SubOrderReceipt's original ShopOrderReceipt. | | `ParentShopOrder` | `guid` | Parent Shop Order | ☐ | Shop order reversed from. | | `ParentShopOrderNumber` | `int32` | | ☐ | Number of shop order reversed from. | | `Quantity` | `double` | Quantity | ☐ | Quantity of this SubOrderReversal. | | `ShopOrderReversalStockTransactionId` | `guid` | | ☐ | ShopOrderReversal.StockTransactionId related to this SubOrderReversal's ShopOrderReversal. | | `SubShopOrder` | `guid` | Sub Shop Order | ☐ | Shop order reversed to. | | `SubShopOrderNumber` | `int32` | Sub Shop Order Number | ☐ | Number of shop order reversed to. | | `TransactionDate` | `datetime` | Transaction Date | ☐ | Effective date of this SubOrderReversal. | | `Unit` | `varchar2`(8) | Unit | ☐ | Unit of measurement abbreviation of this SubOrderReversal's item. | | `UnitDescription` | `varchar2`(60) | Unit Description | ☐ | Unit of measurement of this SubOrderReversal's item. | | `Warehouse` | `guid` | Warehouse | ☐ | ID of warehouse of this SubOrderReversal. | | `WarehouseCode` | `varchar2` | Warehouse Code | ☐ | Code of warehouse of this SubOrderReversal. | | `WarehouseDescription` | `varchar2` | Warehouse Description | ☐ | Description of warehouse of this SubOrderReversal. |