Item Specific UOM Conversions for Extraction

The Item Specific UOM Conversions for Extraction view object collects the unique conversions for all valid UOMs to the primary UOM for an item. It may be used to convert a transactional quantity to the primary UOM quantity if any item specific conversions exist for an item.

Data Store Key : FscmTopModelAM.ScmExtractAM.ScmRcsBiccExtractAM.ItemSpecificUOMConversionsExtractPVO

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 Value that specifies the conversion from each valid transaction UOM to the primary UOM for an item having one or more item specific conversions.
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 unit of measure conversion. It's a value that the application generates when it creates the data.
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 Value that identifies the user supplied short code for the transactional unit of measure.
TransactionUomCode Value that identifies the user supplied short code for the primary unit of measure for an item.