PDSBalanceIngredient::selectIngredient Method [AX 2012]

Creates a new instance of the PDSBalanceIngredient class.

server public static PDSBalanceIngredient selectIngredient(PDSIngredientTypeEnum _type)

Run On

Server

Parameters

_type
Type: PDSIngredientTypeEnum Enumeration
The ingredient type that identifies the specific type of ingredients to process.

Return Value

Type: PDSBalanceIngredient Class
A new instance of the appropriate derived class of the PDSBalanceIngredient class hierarchy.

ExceptionCondition
Error

The _type value is not a known enumerate value.

Show: