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
- _bufferFrom
Type: Common Table
The source table record.
- _bufferTo
Type: Common Table
The destination table record.
- _currencyCode
Type: CurrencyCode Extended Data Type
The currency code to use during conversion to the destination table record.
Return Value
Type: int
The number of markup transaction table records that were saved.