SalesQuotationCopying::promptConvertCurrencyCodeOnClient Method [AX 2012]

Checks if there are lines requiring currency conversion on destination record and prompts user about conversion details.

Syntax

client public static container promptConvertCurrencyCodeOnClient(
    TmpFrmVirtual _tmpFrmVirtualHeader, 
    SalesQuotationTable _salesQuotationTable, 
    boolean _deleteLines, 
    boolean _copyMarkup)

Run On

Client

Parameters

  • _deleteLines
    Type: boolean
    A Boolean value determining whether existing order lines should be deleted.
  • _copyMarkup
    Type: boolean
    A Boolean value determining whether markup should be copied.

Return Value

Type: container
User response to the dialog, in a container with a Boolean value determining if currency should be converted and TradeCurencyConversion enum value about currency conversion type.

See Also

Reference

SalesQuotationCopying Class