SalesLine.createLine Method

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          public void createLine(
           [boolean _validation, 
            boolean _initFromSalesOrderTable, 
            boolean _initFromItemOrCategory, 
            boolean _calcInventQty, 
            boolean _searchMarkup, 
            boolean _searchPrice, 
            boolean _checkReservation, 
            boolean _skipCreditLimitCheck, 
            InventTransId _oldInventTransId, 
            boolean _ignoreSalesTableInventDim, 
            boolean _setLineNum, 
            boolean _searchAgreementLine, 
            SMAServiceOrderTable _smaServiceOrderTable, 
            AgreementLineRecId _oldAgreementLineRecId, 
            InventTransId _mcrExchangeInventRefTransId])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public void createLine(
           [boolean _validation, 
            boolean _initFromSalesOrderTable, 
            boolean _initFromItemOrCategory, 
            boolean _calcInventQty, 
            boolean _searchMarkup, 
            boolean _searchPrice, 
            boolean _checkReservation, 
            boolean _skipCreditLimitCheck, 
            InventTransId _oldInventTransId, 
            boolean _ignoreSalesTableInventDim, 
            boolean _setLineNum, 
            boolean _searchAgreementLine, 
            SMAServiceOrderTable _smaServiceOrderTable, 
            AgreementLineRecId _oldAgreementLineRecId])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public void createLine(
           [boolean _validation, 
            boolean _initFromSalesOrderTable, 
            boolean _initFromItemOrCategory, 
            boolean _calcInventQty, 
            boolean _searchMarkup, 
            boolean _searchPrice, 
            boolean _checkReservation, 
            boolean _skipCreditLimitCheck, 
            InventTransId _oldInventTransId, 
            boolean _ignoreSalesTableInventDim, 
            boolean _setLineNum, 
            boolean _searchAgreementLine, 
            SMAServiceOrderTable _smaServiceOrderTable])

  Microsoft Dynamics AX 2012 (FPK)
          public void createLine(
           [boolean _validation, 
            boolean _initFromSalesOrderTable, 
            boolean _initFromItemOrCategory, 
            boolean _calcInventQty, 
            boolean _searchMarkup, 
            boolean _searchPrice, 
            boolean _checkReservation, 
            boolean _skipCreditLimitCheck, 
            InventTransId _oldInventTransId, 
            boolean _ignoreSalesTableInventDim, 
            boolean _setLineNum, 
            boolean _searchAgreementLine, 
            SMAServiceOrderTable _smaServiceOrderTable])

  Microsoft Dynamics AX 2012 (SYS)
          public void createLine(
           [boolean _validation, 
            boolean _initFromSalesOrderTable, 
            boolean _initFromItemOrCategory, 
            boolean _calcInventQty, 
            boolean _searchMarkup, 
            boolean _searchPrice, 
            boolean _checkReservation, 
            boolean _skipCreditLimitCheck, 
            InventTransId _oldInventTransId, 
            boolean _ignoreSalesTableInventDim, 
            boolean _setLineNum, 
            boolean _searchAgreementLine, 
            SMAServiceOrderTable _smaServiceOrderTable])

Run On

ClientOrServer

Parameters

  • _initFromSalesOrderTable
    Type: boolean
  • _initFromItemOrCategory
    Type: boolean
  • _skipCreditLimitCheck
    Type: boolean
  • _ignoreSalesTableInventDim
    Type: boolean
  • _searchAgreementLine
    Type: boolean

See Also

Reference

SalesLine Table