Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- _validation
 Type: boolean
- _initFromSalesOrderTable
 Type: boolean
- _initFromItemOrCategory
 Type: boolean
- _calcInventQty
 Type: boolean
- _searchMarkup
 Type: boolean
- _searchPrice
 Type: boolean
- _checkReservation
 Type: boolean
- _skipCreditLimitCheck
 Type: boolean
- _oldInventTransId
 Type: InventTransId Extended Data Type
- _ignoreSalesTableInventDim
 Type: boolean
- _setLineNum
 Type: boolean
- _searchAgreementLine
 Type: boolean
- _smaServiceOrderTable
 Type: SMAServiceOrderTable Table
- _oldAgreementLineRecId
 Type: AgreementLineRecId Extended Data Type
- _mcrExchangeInventRefTransId
 Type: InventTransId Extended Data Type