EPDistributionController.submitSourceDocumentLine Method [AX 2012]

Submits a source document line for processing.

protected void submitSourceDocumentLine(
    AccountingDistributionMethod _methodBeforeProcessing, 
    AccountingDistributionMethod _methodAfterProcessing, 
   [SourceDocumentLineAccountingStatus _accountingStatus, 
    boolean _updateImplementation])

Run On

Called

Parameters

_methodBeforeProcessing
Type: AccountingDistributionMethod Enumeration
The distribution method to use before processing.
_methodAfterProcessing
Type: AccountingDistributionMethod Enumeration
The distribution method to use after it processes.
_accountingStatus
Type: SourceDocumentLineAccountingStatus Enumeration
The accounting status for the source document line.
_updateImplementation
Type: boolean
A Boolean value that indicates whether to update the implementation record.

Community Additions

ADD
Show: