Share via


EcoResReleasedProductFactory.getReleasedProductFromMap Method [AX 2012]

Creates a new instance of the EcoResReleasedProduct class by using the specified map that contains records.

Syntax

public EcoResReleasedProduct getReleasedProductFromMap(Map _mapBuffers)

Run On

Called

Parameters

  • _mapBuffers
    Type: Map Class
    A map that contains records that represent a released product.

Return Value

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

Exceptions

Exception Condition
Error

The specified map is null Nothing nullptr unit a null reference (Nothing in Visual Basic) .

See Also

Reference

EcoResReleasedProductFactory Class