LedgerVoucherTransObject.setIsCredit Method [AX 2012]

Sets whether this is a debit or credit.

Syntax

private void setIsCredit(boolean _isCredit)

Run On

Called

Parameters

  • _isCredit
    Type: boolean
    true if this is a credit; false if this is a debit.

Remarks

This method disables the normal credit calculation.

See Also

Reference

LedgerVoucherTransObject Class