Share via


SalesLineType.postInitFromSalesLine_BR Method [AX 2012]

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

Syntax

public void postInitFromSalesLine_BR(SalesLine _salesLine, boolean copyPrecisely)

Run On

Called

Parameters

  • _salesLine
    Type: SalesLine Table
    The SalesLine record that the new SalesLine record will be based on.
  • copyPrecisely
    Type: boolean
    A Boolean value that indicates whether specific values will be copied exactly.

See Also

Reference

SalesLineType Class