ProjectCommitmentFacade::deleteProjectCommitments Method [AX 2012]

Creates reversing project commitment entries for the existing project commitments of the given source document line. This method will also handle liquidation of project budgets if project budgeting is enabled.

client server public static void deleteProjectCommitments(
    RefRecId _sourceDocumentLine, 
   [boolean _carryForward, 
    TransDate _openingDate])

Run On

Called

Parameters

_sourceDocumentLine
Type: RefRecId Extended Data Type
The ID of the SourceDocumentLine record.
_carryForward
Type: boolean
A Boolean value that determines whether carry forward process will be run; optional.
_openingDate
Type: TransDate Extended Data Type
Opening date for the next fiscal period.

Use this method when the source document line is to be deleted or cancelled.

Show: