ProjectCommitmentFacade::deleteProjectCommitmentsForDocument Method [AX 2012]

Creates reversing project commitment entries for the existing project commitments of the given source document line.

client server public static void deleteProjectCommitmentsForDocument(
    RefRecId _sourceDocumentHeader, 
   [Voucher _voucher, 
    boolean _carryForward, 
    TransDate _openingDate])

Run On

Called

Parameters

_sourceDocumentHeader
Type: RefRecId Extended Data Type
The ID of the SourceDocumentHeader record.
_voucher
Type: Voucher Extended Data Type
_carryForward
Type: boolean
_openingDate
Type: TransDate Extended Data Type

Use this method when the source document header is to be deleted or canceled.

This method will also handle liquidation of project budgets if project budgeting is enabled.

Show: