RecipeOperationCalculateStandardCost Method |
Calculates the operation's standard cost in the currency of the recipe's product.
Namespace:
Aloe.EnterpriseOne.Model.Production.Technologies
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Amount CalculateStandardCost()
Public Function CalculateStandardCost As Amount
public:
Amount^ CalculateStandardCost()
member CalculateStandardCost : unit -> Amount
Return Value
Type:
Amount
Returns the operation standard cost.
See Also