Share via


ProjTransferPrice::findTransferPrice Method

Returns the transfer price based on information provided in the parameters.

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 CostPrice findTransferPrice(
            RefRecId _workerRecId, 
            DataAreaId _projectLegalEntity, 
            RefRecId _projTable, 
            RefRecId _projCategory, 
            ProjLinePropertyId _linePropertyId, 
           [TransDate _transDate, 
            DataAreaId _workerDataAreaId, 
            CurrencyCode _transferCurrency, 
            ProjInvoiceTableRecId _contract, 
            CostPrice _costPrice, 
            SalesPrice _salesPrice, 
            ProjTransferPriceTransType _transType])

  Microsoft Dynamics AX 2012 R2 (SYS)
          client server public static Price findTransferPrice(
            RefRecId _workerRecId, 
            DataAreaId _projectLegalEntity, 
            RefRecId _projTable, 
            RefRecId _projCategory, 
            ProjLinePropertyId _linePropertyId, 
           [TransDate _transDate, 
            DataAreaId _workerDataAreaId])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          client server public static Price findTransferPrice(
            RefRecId _workerRecId, 
            DataAreaId _projectLegalEntity, 
            RefRecId _projTable, 
            RefRecId _projCategory, 
            ProjLinePropertyId _linePropertyId, 
           [TransDate _transDate])

Run On

Called

Parameters

Return Value

Type: CostPrice Extended Data Type
The transfer price.

See Also

Reference

ProjTransferPrice Table