SalesLine.insert Method
Inserts the sales line to the database.
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 insert(
[boolean _dropInvent,
boolean _findMarkup,
Common _childBuffer,
boolean _skipCreditLimitCheck,
boolean _skipWHSProcesses])
Microsoft Dynamics AX 2012 R2 (SYS)
public void insert(
[boolean _dropInvent,
boolean _findMarkup,
Common _childBuffer,
boolean _skipCreditLimitCheck])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public void insert(
[boolean _dropInvent,
boolean _findMarkup,
Common _childBuffer,
boolean _skipCreditLimitCheck])
Microsoft Dynamics AX 2012 (FPK)
public void insert(
[boolean _dropInvent,
boolean _findMarkup,
Common _childBuffer,
boolean _skipCreditLimitCheck])
Microsoft Dynamics AX 2012 (SYS)
public void insert(
[boolean _dropInvent,
boolean _findMarkup,
Common _childBuffer,
boolean _skipCreditLimitCheck])
Run On
Server
Parameters
- _dropInvent
Type: boolean
A boolean value indicating whether inventory processing of the sales line should be skipped.
- _findMarkup
Type: boolean
A boolean value indicating whether miscellaneous charges should be automatically created.
- _childBuffer
Type: Common Table
A child buffer for the inventory movement object.
- _skipCreditLimitCheck
Type: boolean
A boolean value indicating whether the credit limit check should be skipped.
- _skipWHSProcesses
Type: boolean
A boolean value indicating whether the WHS processes should be skipped.