ProjBudgetManager::getProjBudgetBalances Method [AX 2012]
Gets the project balances and budget assigned to the specifies project.
Note |
|---|
|
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using. |
Microsoft Dynamics AX 2012 R3
server public static tmpProjBudgetBalances getProjBudgetBalances(
ProjId _projId,
ProjBudgetBalanceInterval _projBudgetBalanceInterval,
ProjBudgetLineType _projBudgetLineType,
[TransDate _fromDate,
TransDate _toDate,
ProjBudgetBalancesGroupByMethod _projBudgetBalancesGroupByMethod,
ProjControlId _projControlId])
Microsoft Dynamics AX 2012 R2 (SYS)
server public static tmpProjBudgetBalances getProjBudgetBalances(
ProjId _projId,
ProjBudgetBalanceInterval _projBudgetBalanceInterval,
ProjBudgetLineType _projBudgetLineType,
[TransDate _fromDate,
TransDate _toDate])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
server public static tmpProjBudgetBalances getProjBudgetBalances(
ProjId _projId,
ProjBudgetBalanceInterval _projBudgetBalanceInterval,
ProjBudgetLineType _projBudgetLineType,
[TransDate _fromDate,
TransDate _toDate])
Microsoft Dynamics AX 2012 (FPK)
server public static tmpProjBudgetBalances getProjBudgetBalances(
ProjId _projId,
ProjBudgetBalanceInterval _projBudgetBalanceInterval,
ProjBudgetLineType _projBudgetLineType,
[TransDate _fromDate,
TransDate _toDate])
Microsoft Dynamics AX 2012 (SYS)
server public static tmpProjBudgetBalances getProjBudgetBalances(
ProjId _projId,
ProjBudgetBalanceInterval _projBudgetBalanceInterval,
ProjBudgetLineType _projBudgetLineType,
[TransDate _fromDate,
TransDate _toDate])
Run On
ServerParameters
- _projId
- Type: ProjId Extended Data Type
The project ID of the project.
- _projBudgetBalanceInterval
- Type: ProjBudgetBalanceInterval Enumeration
A ProjBudgetBalanceInterval data type value that specifies the interval that will be used to filter the project balances.
- _projBudgetLineType
- Type: ProjBudgetLineType Enumeration
A ProjBudgetLineType value that indicates line type of the new ProjBudgetLine record.
- _fromDate
- Type: TransDate Extended Data Type
A TransDate data type value that indicates the from date for project balances.
- _toDate
- Type: TransDate Extended Data Type
A TransDate type value that indicates the to date for project balances.
- _projBudgetBalancesGroupByMethod
- Type: ProjBudgetBalancesGroupByMethod Enumeration
- _projControlId
- Type: ProjControlId Extended Data Type
Return Value
Type: tmpProjBudgetBalances TableA record in the TmpProjBudgetBalances table; otherwise, an empty buffer.
Show:
Note