Share via


InventSupply.createTmpDataOrdersPlanned Method [AX 2012]

Adds information about the planned purchase or production orders to a temporary InventSupplyTmpOrders buffer.

Syntax

public InventSupplyTmpOrders createTmpDataOrdersPlanned(InventSupplyTmpOrders _inventSupplyTmpOrders, InventDimParm _dimParmVisibleGrid)

Run On

Server

Parameters

  • _inventSupplyTmpOrders
    Type: InventSupplyTmpOrders Table
    A temporary InventSupplyTmpOrders buffer to which the information about the planned purchase or production orders should be added.
  • _dimParmVisibleGrid
    Type: InventDimParm Table
    An InventDimParm record that determines how grouping and summation should be performed.

Return Value

Type: InventSupplyTmpOrders Table
A temporary InventSupplyTmpOrders buffer with information about the planned purchase or production orders and their mode of delivery.

See Also

Reference

InventSupply Class