Markup.sumOtherMiscCharges Method [AX 2012]

Indicates whether the charge is another miscellaneous charge and adds the value to the other miscellaneous charges total.

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          public void sumOtherMiscCharges(
            MarkupTrans _markupTrans, 
            Qty _qty, 
            AmountCur _value, 
           [AmountCur _interCompanyValue, 
            boolean _isInterCompanyMarkup])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public void sumOtherMiscCharges(
            MarkupTrans _markupTrans, 
            Qty _qty, 
            AmountCur _value, 
           [AmountCur _interCompanyValue])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public void sumOtherMiscCharges(
            MarkupTrans _markupTrans, 
            Qty _qty, 
            AmountCur _value, 
           [AmountCur _interCompanyValue])

  Microsoft Dynamics AX 2012 (FPK)
          public void sumOtherMiscCharges(
            MarkupTrans _markupTrans, 
            Qty _qty, 
            AmountCur _value, 
           [AmountCur _interCompanyValue])

Run On

Server

Parameters

  • _markupTrans
    Type: MarkupTrans Table
    The miscellaneous charge record to add to the total.
  • _isInterCompanyMarkup
    Type: boolean

See Also

Reference

Markup Class