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