Click or drag to resize

ProductGetDefaultRecipe Method

Gets the active recipe for the specified date and store.

Namespace:  Aloe.EnterpriseOne.Model.General.Products
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public Recipe GetDefaultRecipe(
	DateTime forDate,
	Store store
)

Parameters

forDate
Type: SystemDateTime
The date for which to return the technology.
store
Type: Aloe.EnterpriseOne.Model.Logistics.InventoryStore
The store for which to get the technology. Null means to get general, not store related technology.

Return Value

Type: Recipe
The active recipe for the specified parameters or null if there is no active technology.
See Also