LedgerJournalCheckPost.getBudgetCheckVoucherForInterCompany Method [AX 2012]

Gets a mapping between the journal line voucher and its related intercompany voucher.

Syntax

protected Voucher getBudgetCheckVoucherForInterCompany(
    CompanyId _interCompanyId, 
    LedgerJournalId _interCompanyJournalNumber, 
    Voucher _interCompanyVoucherNumber)

Run On

Server

Parameters

Return Value

Type: Voucher Extended Data Type
The Voucher value for the journal line.

See Also

Reference

LedgerJournalCheckPost Class