ItemsV2ProductCosts
Contains product cost information for items, including material costs and contract prices.
Columns
| Name | Type | Description |
| ItemsV2ItemId [KEY] | Long | Unique identifier of the item. |
| ItemsV2OrganizationId [KEY] | Long | Organization associated with the item. |
| ItemsV2Keyword | String | An attribute that represents a string of characters used for searching using keywords. |
| ItemsV2ItemNumber | String | An attribute that is an identifier for a part, material, product or service that is unique as compared with other items by the nature of its attributes. |
| ItemsV2ItemDescription | String | An attribute value that is the description for the item. |
| CostSource | String | Source of the cost information. |
| CurrencyCode | String | Currency code for the cost. |
| LastContractPrice | Decimal | Last contract price of the item. |
| MaterialCost | Decimal | Material cost of the item. |
| AcdType | String | ACD type of the item. |
| ChangeLineId | Long | Change line identifier. |
| Finder | String | Finder attribute for the item. |
| InventoryOrganizationId | Long | Inventory organization identifier. |
| ItemId | Long | Item identifier. |
| ItemNumber | String | Item number. |
| OrganizationCode | String | Organization code. |
| OrganizationId | Long | Organization identifier. |
| VersionId | Long | Version identifier. |