RecipeCreateNewFromCurrent Method |
Creates a new recipe from the current recipe, including all recipe operations and ingredients.
Namespace:
Aloe.EnterpriseOne.Model.Production.Technologies
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Recipe CreateNewFromCurrent()
Public Function CreateNewFromCurrent As Recipe
public:
Recipe^ CreateNewFromCurrent()
member CreateNewFromCurrent : unit -> Recipe
Return Value
Type:
Recipe
Returns the new recipe.
See Also