LedgerVoucherTransObject.updateSignSide Method [AX 2012]

Updates the sign and the side of the current object.

Syntax

public void updateSignSide([boolean _invertSign, boolean _invertSide])

Run On

Called

Parameters

  • _invertSign
    Type: boolean
    A value that indicates whether to change the sign of the amounts.
  • _invertSide
    Type: boolean
    A value that indicates whether to change the side of the amounts from debit to credit or credit to debit.

See Also

Reference

LedgerVoucherTransObject Class