Markup::saveFromPurchOrder Method [AX 2012]

Saves the markup transaction table records that are associated with a specified purchase order.

Syntax

server public static int saveFromPurchOrder(
    Common _bufferFrom, 
    Common _bufferTo, 
    CurrencyCode _currencyCode)

Run On

Server

Parameters

  • _bufferTo
    Type: Common Table
    The destination table record.

Return Value

Type: int
The number of markup transaction table records that were saved.

See Also

Reference

Markup Class