Item Unit of Measure Conversions
The Units of Measure Conversion view object manages the item-specific conversion rate to use when converting from one unit of measure to the primary unit of measure of the item.
Data Store Key : FscmTopModelAM.ScmExtractAM.ScmRcsBiccExtractAM.ItemUOMConversionPVO
Primary Keys : ItemUomConvId
Initial Extract Date : CreationDate
Incremental Extract Date : LastUpdateDate
Attributes
This table provides the list of exposed attributes and their descriptions.
Name | Description |
---|---|
ConversionRate | Calculated rate of conversion to convert the Transaction UOM value to the primary UOM of an item. For example, you can have a Transaction UOM of Box and a Primary UOM of Each. The item specific conversion factor could be 20. |
CreatedBy | User who created the row. |
CreationDate | Date and time of the creation of the row. |
InventoryItemId | Value that uniquely identifies the inventory item that the conversion is being defined for. This attribute is required. |
ItemUomConvId | Value that uniquely identifies the item unit of measure conversion. It's a value that the application generates when it creates the set of conversions for the item. |
LastUpdateDate | Date and time of the last update of the row. |
LastUpdateLogin | Session login associated to the user who last updated the row. |
LastUpdatedBy | User who last updated the row. |
ObjectVersionNumber | Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. |
PrimaryUomCode | User-supplied short code that identifies the primary unit of measure for the item. This attribute is required. |
TransactionUomCode | User-supplied short code that identifies the transaction unit of measure for the item. This attribute is required. |