Click or drag to resize

ProductGroupGetDefaultProductTypeForNewProduct Method

Gets the default product type for new product. First checks if there is a Default Product Type of the product group and its parent groups. Then if there is not, return the first Product Type that has 'Is Default' set to 'true' from Product Types table.

Namespace:  Aloe.EnterpriseOne.Model.General.Products
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public ProductType GetDefaultProductTypeForNewProduct()

Return Value

Type: ProductType
See Also