ProdTableType::isInhouseProduction Method [AX 2012]
Indicates whether a production type is in house production.
client server public static boolean isInhouseProduction(ProdType _prodType)
Run On
CalledParameters
- _prodType
- Type: ProdType Enumeration
The order type for which the production type should be determined.
Return Value
Type: booleantrue if the production type indicates in house production; otherwise, false.
Show: