Share via


VendOutPaym_Cheque_Payroll.vendPaym Method [AX 2012]

Creates a payroll disbursement VendPaym object from a LedgerJournalTran object.

Syntax

public VendPaym vendPaym(LedgerJournalTrans _ledgerJournalTrans)

Run On

Called

Parameters

  • _ledgerJournalTrans
    Type: LedgerJournalTrans Table
    The LedgerJournalTrans object to use to create a payroll disbursement.

Return Value

Type: VendPaym Class
A VendPaym record.

See Also

Reference

VendOutPaym_Cheque_Payroll Class