ProjBudgetTransactionLine_Virtual::construct Method [AX 2012]
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 ProjBudgetTransactionLine construct(
ProjTransType _transType,
TransDate _transDate,
ProjTransIdBase _transId,
ProjId _projId,
ProjCategoryId _categoryId,
Qty _quantity,
CurrencyCode _costAmountCurrencyCode,
CostAmount _costAmount,
CurrencyCode _salesAmountCurrencyCode,
SalesAmount _salesAmount,
RefRecId _sourceDocumentLine,
[ProjActivityNumber _projActivityNumber,
ProjLinePropertyId _projLinePropertyId])
Microsoft Dynamics AX 2012 R2 (SYS)
client server public static ProjBudgetTransactionLine construct(
ProjTransType _transType,
TransDate _transDate,
ProjTransIdBase _transId,
ProjId _projId,
ProjCategoryId _categoryId,
Qty _quantity,
CurrencyCode _costAmountCurrencyCode,
CostAmount _costAmount,
CurrencyCode _salesAmountCurrencyCode,
SalesAmount _salesAmount,
RefRecId _sourceDocumentLine,
[ProjActivityNumber _projActivityNumber,
ProjLinePropertyId _projLinePropertyId])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
client server public static ProjBudgetTransactionLine construct(
ProjTransType _transType,
TransDate _transDate,
ProjTransIdBase _transId,
ProjId _projId,
ProjCategoryId _categoryId,
Qty _quantity,
CurrencyCode _costAmountCurrencyCode,
CostAmount _costAmount,
CurrencyCode _salesAmountCurrencyCode,
SalesAmount _salesAmount,
RefRecId _sourceDocumentLine,
[ProjActivityNumber _projActivityNumber])
Microsoft Dynamics AX 2012 (FPK)
client server public static ProjBudgetTransactionLine construct(
ProjTransType _transType,
TransDate _transDate,
ProjTransIdBase _transId,
ProjId _projId,
ProjCategoryId _categoryId,
Qty _quantity,
CurrencyCode _costAmountCurrencyCode,
CostAmount _costAmount,
CurrencyCode _salesAmountCurrencyCode,
SalesAmount _salesAmount,
RefRecId _sourceDocumentLine,
[ProjActivityNumber _projActivityNumber])
Microsoft Dynamics AX 2012 (SYS)
client server public static ProjBudgetTransactionLine construct(
ProjTransType _transType,
TransDate _transDate,
ProjTransIdBase _transId,
ProjId _projId,
ProjCategoryId _categoryId,
Qty _quantity,
CurrencyCode _costAmountCurrencyCode,
CostAmount _costAmount,
CurrencyCode _salesAmountCurrencyCode,
SalesAmount _salesAmount,
RefRecId _sourceDocumentLine,
[ProjActivityNumber _projActivityNumber])
Run On
CalledParameters
- _transType
- Type: ProjTransType Enumeration
- _transDate
- Type: TransDate Extended Data Type
- _transId
- Type: ProjTransIdBase Extended Data Type
- _projId
- Type: ProjId Extended Data Type
- _categoryId
- Type: ProjCategoryId Extended Data Type
- _quantity
- Type: Qty Extended Data Type
- _costAmountCurrencyCode
- Type: CurrencyCode Extended Data Type
- _costAmount
- Type: CostAmount Extended Data Type
- _salesAmountCurrencyCode
- Type: CurrencyCode Extended Data Type
- _salesAmount
- Type: SalesAmount Extended Data Type
- _sourceDocumentLine
- Type: RefRecId Extended Data Type
- _projActivityNumber
- Type: ProjActivityNumber Extended Data Type
- _projLinePropertyId
- Type: ProjLinePropertyId Extended Data Type
Show:
Note