PDSPriceEstablisher.elementValue Method [AX 2012]

Gets the value for the specified element type.

protected RealBase elementValue(
    PDSCalcElementTypeBase _elementType, 
   [InventBatchId _inventBatchId, 
    PdsBatchAttribId _batchAttribId])

Run On

Called

Parameters

_elementType
Type: PDSCalcElementTypeBase Enumeration
The element type to get the value for.
_inventBatchId
Type: InventBatchId Extended Data Type
The inventory batch ID for the actual batch attribute element type. Optional.
_batchAttribId
Type: PdsBatchAttribId Extended Data Type
The batch attribute ID for the batch attribute element types. Optional.

Return Value

Type: RealBase Extended Data Type
The value for the element type.

Community Additions

ADD
Show: