Share via


SalesLineType.postInitFromCustInvoiceTrans_BR Method [AX 2012]

Initializes a Brazilian configuration on a SalesLine record, based on a CustInvoiceTrans record.

Syntax

public void postInitFromCustInvoiceTrans_BR(
    CustInvoiceTrans custInvoiceTrans, 
    boolean copyPrecisely, 
    boolean copyPriceDisc, 
    boolean copyQty, 
    Qty qty)

Run On

Called

Parameters

  • copyPrecisely
    Type: boolean
    A value that indicates whether the line will be copied exactly.
  • copyPriceDisc
    Type: boolean
    A value that indicates whether the price will be copied or re-initialized.
  • copyQty
    Type: boolean
    A value that indicates whether the quantity will be copied exactly or re-initialized.

See Also

Reference

SalesLineType Class