# StockPositionsIncremental: Exact Online Stock Positions (Incremental) - Catalog: `ExactOnlineREST` - Schema: `Incremental` - Primary Keys: `ID` - Label: Stock Positions (Incremental) The data in this table is partitioned per value of the `Division` column. This is a read-only view. The Exact Online API may not support changing the data or the Invantive UniversalSQL driver for Exact Online does not cover it. In the latter case, please use the table NativePlatformScalarRequests to upload data to the Exact Online API. ## View Columns The columns of the view `StockPositionsIncremental` are shown below. Each column has an SQL data type. | Name | Data Type | Label | Required | Documentation | |---|:---:|---|:---:|---| | `CurrentStock` | `double` | Current Stock | ☐ | | | `Division` | `int32` | Division | ☑ | | | `FreeStock` | `double` | Free Stock | ☐ | | | `ID` | `guid` | ID | ☑ | | | `ItemId` | `guid` | Item ID | ☑ | | | `PlanningIn` | `double` | Planning In | ☐ | | | `PlanningOut` | `double` | Planning Out | ☐ | | | `ProjectedStock` | `double` | Projected Stock | ☐ | | | `ReorderPoint` | `double` | Reorder Point | ☐ | | | `ReservedStock` | `double` | Reserved Stock | ☐ | | | `Timestamp` | `int64` | Timestamp | ☑ | | | `UnitCode` | `varchar2` | Unit Code | ☐ | | | `Warehouse` | `guid` | Warehouse | ☐ | |