Share via


InventSumAvailability::newFromInventSum Method [AX 2012]

Creates a new instance of the InventSumAvailability based on the specified InventSum record.

Syntax

client server public static InventSumAvailability newFromInventSum(InventSum _inventSum)

Run On

Called

Parameters

  • _inventSum
    Type: InventSum Table
    The InventSum record that contains the on hand information that needs to be exposed using the unified on hand availability interface.

Return Value

Type: InventSumAvailability Class
A new instance of the InventSumAvailability class.

See Also

Reference

InventSumAvailability Class