InventQualityOrderTable.insert Method
Overrides the standard insert 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 insert(
[NoYes _dropEstimated,
NoYes _updateReservation,
InventQualityOrderTableValidator _inventQualityOrderTableValidator])
Microsoft Dynamics AX 2012 R2 (SYS)
public void insert([NoYes _dropEstimated, NoYes _updateReservation])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public void insert([NoYes _dropEstimated, NoYes _updateReservation])
Microsoft Dynamics AX 2012 (FPK)
public void insert([NoYes _dropEstimated, NoYes _updateReservation])
Microsoft Dynamics AX 2012 (SYS)
public void insert([NoYes _dropEstimated, NoYes _updateReservation])
Run On
Server
Parameters
- _dropEstimated
Type: NoYes Enumeration
A NoYes enumeration value that indicates whether related inventory transactions should be updated; optional.
- _updateReservation
Type: NoYes Enumeration
A NoYes enumeration value that indicates whether items should be reserved; optional.
- _inventQualityOrderTableValidator
Type: InventQualityOrderTableValidator Class
Exceptions
Exception | Condition |
---|---|
Error | A new quality order cannot be created for the specified reference. |