BOMCalcTable::actualPriceCalcId Method
Gets the actual price calculation ID of an item that is part of a specified price calculation.
Syntax
Note
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.
Microsoft Dynamics AX 2012 R3
client server public static PriceCalcId actualPriceCalcId(
PriceCalcId _priceCalcId,
ItemId _itemId,
[InventDimId _inventDimId])
Microsoft Dynamics AX 2012 R2 (SYS)
client server public static PriceCalcId actualPriceCalcId(
PriceCalcId _priceCalcId,
ItemId _itemId,
[InventDimId _inventDimId])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
client server public static PriceCalcId actualPriceCalcId(PriceCalcId _priceCalcId, ItemId _itemId)
Microsoft Dynamics AX 2012 (FPK)
client server public static PriceCalcId actualPriceCalcId(PriceCalcId _priceCalcId, ItemId _itemId)
Run On
Called
Parameters
- _priceCalcId
Type: PriceCalcId Extended Data Type
The ID of a price calculation to which the specified item belongs.
- _itemId
Type: ItemId Extended Data Type
The ID of an item that is used to obtain the actual price calculation ID.
- _inventDimId
Type: InventDimId Extended Data Type
The InventDimID of an item that is used to obtain the actual price calculation ID.
Return Value
Type: PriceCalcId Extended Data Type
The actual price calculation ID of the item.