InventoryTransferAndPurchaseOrderReques
This table stores general inventory request information.
| Column Name | Type | Description |
|---|---|---|
| InventoryRequestIdentifier | VARCHAR | This item stores an identifier for this request. |
| InventoryRequestIdentifier | NUMERIC | The unique identifier (.1 item) for the request record. |
| RequestPriority | INTEGER | This item stores the priority of this request. |
| InventoryRequestDate | DATETIME | This item stores the date inventory was requested. |
| RequestBlockedByWorkqueueIndicator | VARCHAR | Whether or not this request has been blocked by a workqueue and is waiting for intervention. |
| InventoryRequestRecordStatus | INTEGER | Stores the record status (hidden, soft-deleted, etc...) |
| CreatedByInterfaceIndicator | VARCHAR | This item indicates whether or not this request was created by an interface. |
| RequestingLocationIdentifier | NUMERIC | Stores the inventory location which created the request. |
| RequisitionCreationUserIdentification | VARCHAR | This item stores the requisition request creation user. |
| LastLockUnlockInstant | DATETIME | Stores the instant the record was last locked/unlocked |
| IsEditableBySourceLocationFlag | VARCHAR | If this is set to Yes, the request can be edited by the source location. The default is No. |
| InstanceCommunityIdentifier | VARCHAR | The Community ID (CID) of the instance from which this record or line was extracted. This is only populated if you use IntraConnect. |
| SourceLocationIdentifier | NUMERIC | Stores the location stock is to be sent from, if this is a transfer request. |
| RequestPlacementLocationIdentifier | NUMERIC | Stores the location for which the request was placed. |
| PurchaseContractIdentifier | NUMERIC | If a purchase contract applies to this request, this item stores the purchase contract the inventory was requested under. |
| InventoryRequestClass | INTEGER | This item stores the inventory class this request is for. |
| InventoryRequestType | INTEGER | This item stores the type of this request (purchase order or inventory transfer). |
| InventoryRequestCreationDate | DATETIME | Stores the date the record was created |
| OwningInstanceCommunityIdentifier | VARCHAR | The Community ID (CID) of the instance that owns this record or line. This is only populated if you use IntraConnect. |
| DestinationLocationIdentifier | NUMERIC | Stores the location stock is to be sent to. |
| RequestRuleIdentification | VARCHAR | If a rule was used to determine the items submitted with this request, that rule is stored here. |