ProjFundingLimitTrackingManager::updateUsingProjAccountingDistribution Method [AX 2012]

Update the revenue tracking based on a project accounting distribution.

NoteNote

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 void updateUsingProjAccountingDistribution(
            ProjectAccountingDistribution projectAccountingDistribution, 
            AccountingDistribution accountingDistribution, 
            ProjFundingLimitTrackingAction action, 
           [boolean _updateRefLine, 
            boolean skipUpdateRefLineCheck])

  Microsoft Dynamics AX 2012 R2 (SYS)
          client server public static void updateUsingProjAccountingDistribution(
            ProjectAccountingDistribution projectAccountingDistribution, 
            AccountingDistribution accountingDistribution, 
            ProjFundingLimitTrackingAction action, 
           [boolean _updateRefLine])

Run On

Called

Parameters

projectAccountingDistribution
Type: ProjectAccountingDistribution Table
The project accounting distribution
accountingDistribution
Type: AccountingDistribution Table
The accounting distribution
action
Type: ProjFundingLimitTrackingAction Enumeration
The revenue tracking action
_updateRefLine
Type: boolean
Update referenced document tracking.
skipUpdateRefLineCheck
Type: boolean
Show: