InventoryAttributeTransactionRequests
The Inventory Attribute Transaction Requests resource allows you to transfer material from one project to another.
Columns
Name | Type | Description |
HeaderId [KEY] | String | Value that identifies the inventory attribute transaction request header number. |
HeaderNumber | String | Number that identifies the inventory attribute transaction request header number. |
Description | String | Description of the inventory attribute transaction request header. |
ProductCode | String | Values that indicates the source product that requested the project transfer transaction. Use Fusion Inventory Management or an external non-fusion system name. |
RequestedDate | Date | Indicates the date when the project transfer transaction is requested. |
StatusCode | String | Value that indicates the status of the inventory transaction attribution request header. Valid values are Open and Closed. |
Status | String | Value that indicates the status of the inventory transaction attribution request header. |
ProcessMode | String | Value that identifies the mode of processing inventory attribute transaction request lines. Valid values are 1, 2, and 3. 1 indicates online mode of processing, 2 indicates concurrent mode, and 3 indicates background mode. 1 indicates that the records are inserted in the Inventory Attribute Update Request Header and Line table, and the API call inserts records in the Inventory Transactions Interface with the transaction mode as 1, which indicates online mode of processing and calls the Inventory Transaction Manager. 2 indicates that the records are inserted in the Inventory Attribute Update Request Header and Line table, and the scheduled process is invoked for the header number. This inserts the records in the Inventory Transactions Interface with the transaction mode as 2 for concurrent processing, which initiates the Inventory Transaction Manager to process the records. 3 indicates that the records are inserted in the Inventory Attribute Update Request Header and Line table. The user needs to initiate the Process Inventory Attribute Transaction Request scheduled process to process the records. |