ProjBudgetManager.createBudgetFromTransaction Method [AX 2012]

Creates the category budget rows in the ProjBudgetLine table by using the transaction with the specified project ID.

NoteNote

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.


  Microsoft Dynamics AX 2012 R3
          public void createBudgetFromTransaction(
            ProjId _sourceProjId, 
            RecId _projBudgetId, 
           [ProjId _targetProjId, 
            MarkupValue _markUpUnits, 
            MarkupValue _markUpCosts, 
            MarkupValue _markUpRevenue, 
            RecId _projBudgetRevision])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public void createBudgetFromTransaction(
            ProjId _sourceProjId, 
            RecId _projBudgetId, 
           [ProjId _targetProjId])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public void createBudgetFromTransaction(ProjId _sourceProjId, RecId _projBudgetId)

  Microsoft Dynamics AX 2012 (FPK)
          public void createBudgetFromTransaction(ProjId _sourceProjId, RecId _projBudgetId)

  Microsoft Dynamics AX 2012 (SYS)
          public void createBudgetFromTransaction(ProjId _sourceProjId, RecId _projBudgetId)

Run On

Called

Parameters

_sourceProjId
Type: ProjId Extended Data Type
A ProjId value that determines the project that has transactions to use for budget rows creation.
_projBudgetId
Type: RecId Extended Data Type
A record ID that specifies the project budget for which to create budget rows.
_targetProjId
Type: ProjId Extended Data Type
_markUpUnits
Type: MarkupValue Extended Data Type
_markUpCosts
Type: MarkupValue Extended Data Type
_markUpRevenue
Type: MarkupValue Extended Data Type
_projBudgetRevision
Type: RecId Extended Data Type

Community Additions

ADD
Show: