Markup.mcrProforma Method [AX 2012]

Runs setup logic to post the proforma MarkupTrans journal.

Syntax

public void mcrProforma(
    Qty _qty, 
    AmountCur _value, 
    Common _source, 
   [Common _destin, 
    AmountCur _absoluteValue, 
    ParmId _parmId])

Run On

Server

Parameters

  • _source
    Type: Common Table
    The source for which to post the journal.
  • _destin
    Type: Common Table
    The destination of the journal post; optional.

See Also

Reference

Markup Class