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
Syntaxpublic ProductType GetDefaultProductTypeForNewProduct()
Public Function GetDefaultProductTypeForNewProduct As ProductType
public:
ProductType^ GetDefaultProductTypeForNewProduct()
member GetDefaultProductTypeForNewProduct : unit -> ProductType
Return Value
Type:
ProductType
See Also