ProjBudgetManager.createBudgetLineDetail 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
private RefRecId createBudgetLineDetail(
RefRecId _projBudgetLineRecid,
ProjTrans _projTrans,
ProjBudgetLineType _projBudgetLineType,
[MarkupValue _markUpUnits,
MarkupValue _markUpCosts,
MarkupValue _markUpRevenue,
RefRecId _projBudgetRevisionLine])
Microsoft Dynamics AX 2012 R2 (SYS)
private RefRecId createBudgetLineDetail(
RefRecId _projBudgetLineRecid,
ProjTrans _projTrans,
ProjBudgetLineType _projBudgetLineType)
Run On
CalledParameters
- _projBudgetLineRecid
- Type: RefRecId Extended Data Type
- _projTrans
- Type: ProjTrans Class
- _projBudgetLineType
- Type: ProjBudgetLineType Enumeration
- _markUpUnits
- Type: MarkupValue Extended Data Type
- _markUpCosts
- Type: MarkupValue Extended Data Type
- _markUpRevenue
- Type: MarkupValue Extended Data Type
- _projBudgetRevisionLine
- Type: RefRecId Extended Data Type
Community Additions
ADD
Show:
Note