ProjFundingLimitTrackingManager::createProjTransFromProjDist Method [AX 2012]

Creates a ProjTran class based on a project accounting distribution record.

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 ProjTrans createProjTransFromProjDist(
            ProjectAccountingDistribution _projectAccountingDistribution, 
            AccountingDistribution _accountingDistribution, 
           [AmountCur saleAmountAjustment])

  Microsoft Dynamics AX 2012 R2 (SYS)
          client server public static ProjTrans createProjTransFromProjDist(ProjectAccountingDistribution _projectAccountingDistribution, AccountingDistribution _accountingDistribution)

Run On

Called

Parameters

_projectAccountingDistribution
Type: ProjectAccountingDistribution Table
A project accounting distribution used to create a ProjTrans class.
_accountingDistribution
Type: AccountingDistribution Table
Aaccounting distribution used to create a ProjTrans class.
saleAmountAjustment
Type: AmountCur Extended Data Type

Return Value

Type: ProjTrans Class
The ProjTrans class based on the project accounting distribution record provided.
Show: