ProductGroupConfiguratorCreatesRecipe Property |
Whether the product configurator should create one default recipe. true=yes;false=no. [Required] [Default(false)]
Namespace:
Aloe.EnterpriseOne.Model.General.Products
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool ConfiguratorCreatesRecipe { get; set; }
Public Property ConfiguratorCreatesRecipe As Boolean
Get
Set
public:
property bool ConfiguratorCreatesRecipe {
bool get ();
void set (bool value);
}
member ConfiguratorCreatesRecipe : bool with get, set
Property Value
Type:
Boolean
See Also