ProjFundingLimitTrackingManager::updateUsingSourceDocumentLine Method [AX 2012]
Updates the project revenue tracking based on a source document line.
Note |
|---|
|
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 updateUsingSourceDocumentLine(
RefRecId _sourceDocumentLineRefId,
ProjFundingLimitTrackingAction _action,
[boolean _updateRefLine,
boolean skipUpdateRefLineCheck])
Microsoft Dynamics AX 2012 R2 (SYS)
client server public static void updateUsingSourceDocumentLine(
RefRecId _sourceDocumentLineRefId,
ProjFundingLimitTrackingAction _action,
[boolean _updateRefLine])
Run On
CalledParameters
- _sourceDocumentLineRefId
- Type: RefRecId Extended Data Type
The source document line
- _action
- Type: ProjFundingLimitTrackingAction Enumeration
The revenue tracking action
- _updateRefLine
- Type: boolean
Update referenced document tracking.
- skipUpdateRefLineCheck
- Type: boolean
Show:
Note