ProdTableType::isInhouseProduction Method [AX 2012]

Indicates whether a production type is in house production.

client server public static boolean isInhouseProduction(ProdType _prodType)

Run On

Called

Parameters

_prodType
Type: ProdType Enumeration
The order type for which the production type should be determined.

Return Value

Type: boolean
true if the production type indicates in house production; otherwise, false.
Show: