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
Syntaxpublic Recipe GetDefaultRecipe(
DateTime forDate,
Store store
)
Public Function GetDefaultRecipe (
forDate As DateTime,
store As Store
) As Recipe
public:
Recipe^ GetDefaultRecipe(
DateTime^ forDate,
Store^ store
)
member GetDefaultRecipe :
forDate : DateTime *
store : Store -> Recipe
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:
RecipeThe active recipe for the specified parameters or null if there is no active technology.
See Also